star-sf

Set of surface and volume scattering functions
git clone git://git.meso-star.fr/star-sf.git
Log | Files | Refs | README | LICENSE

commit dee36d15d7b814697e278f5f674fc24e50a950ec
parent 79c1a72f22271747da62935425ef8d8c0a15ec9a
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Thu, 14 Oct 2021 10:03:06 +0200

Merge branch 'release_0.7.2' into develop

Diffstat:
MREADME.md | 13+++++++++----
Mcmake/CMakeLists.txt | 2+-
2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -27,15 +27,20 @@ project from the `cmake/CMakeLists.txt` file by appending to the ## Release notes +### Version 0.7.2 + +Sets the required version of Star-SampPling to 0.12. This version fixes +compilation errors with gcc 11 but introduce API breaks. + ### Version 0.7.1 -- Fix the evaluation of the RDG-FA phase function: the incident direction was - reversed. +Fix the evaluation of the RDG-FA phase function: the incident direction was +reversed. ### Version 0.7 -- Add a built-in phase function using the - [RDG-FA](https://doi.org/10.1016/j.jqsrt.2013.08.022) model. +Add a built-in phase function using the +[RDG-FA](https://doi.org/10.1016/j.jqsrt.2013.08.022) model. ### Version 0.6 diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -81,7 +81,7 @@ endif() ################################################################################ set(VERSION_MAJOR 0) set(VERSION_MINOR 7) -set(VERSION_PATCH 1) +set(VERSION_PATCH 2) set(VERSION ${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}) set(SSF_FILES_DOC COPYING README.md)