Skip to content

Commit 633fca0

Browse files
committed
v1.74.2
1 parent ac5ec97 commit 633fca0

File tree

3 files changed

+4
-15
lines changed

3 files changed

+4
-15
lines changed

CHANGELOG

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,3 @@
11
Core:
2-
- Calculation of geometry centres via surface area and centroids.
3-
- Default CUDA version upgraded to 11.8.
4-
5-
CLI:
6-
- Proper treatment of EXPORT_AS_TEXT flags in the script.
7-
8-
File merger:
9-
- Fix calculation of activity interval.
10-
- Keep time points without active objects.
11-
- Account for variable time step.
12-
13-
Fixes:
14-
- Change the order of calculation of geometry movement: first rotate then move.
2+
- Option to limit maximum particle velocity.
3+
- Make dynamic generator compatible with file merger.

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
CMAKE_MINIMUM_REQUIRED(VERSION 3.0.0)
66

7-
SET(VERSION 1.74.1)
7+
SET(VERSION 1.74.2)
88
SET(SOVERSION 1.74)
99

1010
PROJECT(MUSEN VERSION ${VERSION} LANGUAGES CXX)

Version/MUSENVersion.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99

1010
#define VERSION_0 1
1111
#define VERSION_1 74
12-
#define VERSION_2 1
12+
#define VERSION_2 2
1313
#define MUSEN_VERSION VERSION_0,VERSION_1,VERSION_2
1414
#define MUSEN_VERSION_STR MACRO_TOSTRING(VERSION_0) "." MACRO_TOSTRING(VERSION_1) "." MACRO_TOSTRING(VERSION_2)

0 commit comments

Comments
 (0)