Skip to content

Commit

Permalink
Bumped Version to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rainman110 committed Jun 30, 2021
1 parent d07e6d5 commit 1c9cdbf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ endif()

cmake_minimum_required (VERSION 3.4.0)

project (TIGL VERSION 3.2.0)
set(TIGL_VERSION 3.2.0)
project (TIGL VERSION 3.2.1)
set(TIGL_VERSION 3.2.1)

# enable C++11 support
set(CMAKE_CXX_STANDARD 11)
Expand Down
4 changes: 2 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Version 3.2.1

- Fixes:

- Fixed function `::tiglWingGetSegmentEtaXsi` ignoring the GetPointBehaviour that was introduced in TIGL 3.1.0: Since TiGL 3.1.0, the getPoint functions
now use the parametrization of the wing surface geometries instead . This behaviour can be switched back to the old bevahiour using `::tiglWingSetGetPointBehaviour`.
- Fixed function `::tiglWingGetSegmentEtaXsi` ignoring the GetPointBehaviour that was introduced in TIGL 3.1.0: Since TiGL 3.0.0, the getPoint functions
now use the parametrization of the wing surface geometries instead . This behaviour can be switched back to the old bevahiour using `::tiglWingSetGetPointBehavior`.
Before fixing now `::tiglWingGetSegmentEtaXsi`, the functions always used the old behaviour such that the back and fort computation etaXsi -> point -> etaXsi
did not result in the same values.

Expand Down

0 comments on commit 1c9cdbf

Please sign in to comment.