commit 580ffcfdc63b73d12f1987e96dce961ca2a05c6e
parent f8781b3029bfaa90528775bc961cf1514d456b13
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Mon, 6 Jul 2020 11:28:47 +0200
Merge branch 'release_0.7.2' into develop
Diffstat:
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -36,6 +36,7 @@ electromagnetism. Please refer to these projects for informations on their
purpose.
* [High-Tune: RenDeRer](https://gitlab.com/meso-star/htrdr.git)
+ * [Stardis-Solver](https://gitlab.com/meso-star/stardis-solver.git)
* [Solstice-Solver](https://gitlab.com/meso-star/solstice-solver.git)
* [Star-4V/S](https://gitlab.com/meso-star/star-4v_s.git)
* [Star-GebhartFactor](https://gitlab.com/meso-star/star-gf.git)
@@ -119,6 +120,11 @@ with `<STAR3D_INSTALL_DIR>` the install directory of Star-3D and
## Release notes
+### Version 0.7.2
+
+- Fix a precision issue in the `s3d_scene_view_closes_point` function: the
+ returned hit could have invalid barycentric coordinates.
+
### Version 0.7.1
- Fix an invalid memory read at the setup of the scene view when the
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
@@ -58,7 +58,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(S3D_FILES_SRC