commit 8a311f99a64d0a62bf1d07ff1aa318d50e1de58f parent da7f86318f0d3d259391f96c9b18438d1d59e5a1 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Tue, 19 Sep 2017 12:19:38 +0200 Merge branch 'release_0.4.2' into develop Diffstat:
| M | README.md | | | 8 | ++++++++ |
| M | cmake/CMakeLists.txt | | | 2 | +- |
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -26,6 +26,14 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.4.2 + +- Energy conservation property might not be ensured when the radiative paths + were fully absorbed. +- Handle infinite radiative paths, i.e. paths that bounces infinitely due to + the material properties and/or numerical inaccuracies. Use a Russian roulette + to stop the radiative random walk without bias. + ### Version 0.4.1 - Fix a wrong "path inconsistency" check. The paths going from a dielectric to diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -51,7 +51,7 @@ rcmake_append_runtime_dirs(_runtime_dirs RSys Star3D Star3DUT StarCPR StarSF Sta ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 4) -set(VERSION_PATCH 1) +set(VERSION_PATCH 2) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SSOL_FILES_SRC