stardis

Perform coupled heat transfer calculations
git clone git://git.meso-star.fr/stardis.git
Log | Files | Refs | README | LICENSE

commit 6e239b377b428fa44b9d5d211243dd11e77dc103
parent 16b1f7377c0fed2f3424c713963a07210cf1e641
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 19 Oct 2021 16:38:55 +0200

Merge branch 'release_0.7.1' into develop

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

diff --git a/README.md b/README.md @@ -33,6 +33,10 @@ variable the install directories of its dependencies. ## Release notes +### Version 0.7.1 + +Fix debug build. + ### Version 0.7 - Remove the boundary condition `T_BOUNDARY_FOR_FLUID`: it was exactly the same diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt @@ -56,7 +56,7 @@ configure_file(${SDIS_SOURCE_DIR}/../doc/stardis.1.txt.in set(SDIS_VERSION_MAJOR 0) set(SDIS_VERSION_MINOR 7) -set(SDIS_VERSION_PATCH 0) +set(SDIS_VERSION_PATCH 1) set(SDIS_VERSION ${SDIS_VERSION_MAJOR}.${SDIS_VERSION_MINOR}.${SDIS_VERSION_PATCH}) configure_file(${SDIS_SOURCE_DIR}/stardis-default.h.in