htrdr

Solving radiative transfer in heterogeneous media
git clone git://git.meso-star.fr/htrdr.git
Log | Files | Refs | README | LICENSE

commit 6f6a16957dfccce7835259cc6d507cb3c7e53468
parent 41ed891d59a754f8554549e655f0086d2049ec1d
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  6 Dec 2019 15:34:00 +0100

Merge branch 'release_0.2' into develop

Diffstat:
MREADME.md | 7+++++++
Mcmake/CMakeLists.txt | 2+-
2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -60,6 +60,13 @@ informations on CMake. ## Release notes +### Version 0.2 + +- Add the `-b` option that controls the BRDF of the ground geometry. +- Make optional the use of a ground geometry (option `-g`). +- Make optional the definition of the optical properties of water droplets + (option `-m`) when no cloud field is used. + ### Version 0.1 - Add the `-V` option that fixes the maximum definition of the octrees used to diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -60,7 +60,7 @@ include_directories( # Generate files ################################################################################ set(VERSION_MAJOR 0) -set(VERSION_MINOR 1) +set(VERSION_MINOR 2) set(VERSION_PATCH 0) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH})