solstice-solver

Solver library of the solstice app
git clone git://git.meso-star.com/solstice-solver.git
Log | Files | Refs | README | LICENSE

commit ab40db1bfdbee14905b1afcaa5a5d5ac02f32fec
parent 3a9f5c5ef13740739521542d8c9b29bd44410c41
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 28 Sep 2017 14:12:43 +0200

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 @@ -26,6 +26,11 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.6.1 + +- Rename the `ssol_sun_pillbox_set_theta_max` function in + `ssol_sun_pillbox_set_half_angle`. + ### Version 0.6 - Fix the integration for non parallel sun: the angle between the principal sun 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 6) -set(VERSION_PATCH 0) +set(VERSION_PATCH 1) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SSOL_FILES_SRC