Skip to content

Commit 1c9cdbf

Browse files
committed
Bumped Version to 3.2.1
1 parent d07e6d5 commit 1c9cdbf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ endif()
99

1010
cmake_minimum_required (VERSION 3.4.0)
1111

12-
project (TIGL VERSION 3.2.0)
13-
set(TIGL_VERSION 3.2.0)
12+
project (TIGL VERSION 3.2.1)
13+
set(TIGL_VERSION 3.2.1)
1414

1515
# enable C++11 support
1616
set(CMAKE_CXX_STANDARD 11)

ChangeLog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ Version 3.2.1
77

88
- Fixes:
99

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

0 commit comments

Comments
 (0)