htrdr

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

commit 7e8bae83c0da83fb307ec720a95ab881c5192ec6
parent 847f47e029726facc6e9df77e2c06094f011dd5a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Mon, 23 Nov 2020 09:33:20 +0100

Merge branch 'release_0.6.1' into develop

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

diff --git a/README.md b/README.md @@ -59,6 +59,11 @@ informations on CMake. ## Release notes +### Version 0.6.1 + +- Fix the self-intersection issue in shortwave computations introduced by + the 0.6 version. + ### Version 0.6 #### New features diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -60,7 +60,7 @@ include_directories( ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 6) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(HTRDR_ARGS_DEFAULT_CAMERA_POS "0,0,0")