schiff

Estimate the radiative properties of soft particless
git clone git://git.meso-star.com/schiff.git
Log | Files | Refs | README | LICENSE

commit 52302e452139e555951f269acd976bd01a5b7199
parent 64de6cc9a9a2f1b2ca33a9d70d56189e91c41613
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Wed, 20 Oct 2021 09:30:26 +0200

Merge branch 'release_0.4.2' into develop

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

diff --git a/README.md b/README.md @@ -33,6 +33,11 @@ formats on which it relies. ## Release notes +### Version 0.4.2 + +Sets the required version of Star-SampPling to 0.12. This version fixes +compilation errors with gcc 11 but introduces API breaks. + ### Version 0.4.1 Displays the time spent constructing the geometric distribution, writing the @@ -54,8 +59,10 @@ sampled geometries, and performing the calculations. ## License -Copyright (C) 2020, 2021 [|Meso|Star>](http://www.meso-star.com) -(contact@meso-star.com). Copyright (C) 2015, 2016 CNRS. Schiff is free -software released under the GPL v3+ license: GNU GPL version 3 or later. You -are welcome to redistribute it under certain conditions; refer to the COPYING -file for details. +Copyright (C) 2020, 2021 [|Meso|Star>](http://www.meso-star.com) +(<contact@meso-star.com>). +Copyright (C) 2015, 2016 CNRS. + +Schiff is free software released under the GPL v3+ license: GNU GPL version 3 +or later. You are welcome to redistribute it under certain conditions; refer to +the COPYING file for details. diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -50,7 +50,7 @@ include(rcmake_runtime) ################################################################################ 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(SCHIFF_ARGS_DEFAULT_NINSAMPLES "100")