solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

commit 232b6eab5e2ae9305d8deff5236c41f7b156f284
parent 2f9f395e038e17708ec192496de9e8f28bdd86f6
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 18 Dec 2018 15:21:32 +0100

Merge branch 'release_0.8.2' into develop

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

diff --git a/README.md b/README.md @@ -60,6 +60,12 @@ informations on CMake. ## Release notes +### Version 0.8.2 + +- Fix man pages: the -D option of the solstice CLI was wrongly documented. The + zenith and elevation angles were sometimes inverted. +- Bump version of the StarSP dependency to 0.8. + ### Version 0.8.1 - Fix the VTK of the receiver map: the receiver map was written as `double` diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -97,7 +97,7 @@ configure_file(${SOLSTICE_SOURCE_DIR}/../doc/solstice.1.txt.in set(VERSION_MAJOR 0) set(VERSION_MINOR 8) -set(VERSION_PATCH 1) +set(VERSION_PATCH 2) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) configure_file(${SOLSTICE_SOURCE_DIR}/solstice_version.h.in