File tree Expand file tree Collapse file tree 3 files changed +4
-15
lines changed
Expand file tree Collapse file tree 3 files changed +4
-15
lines changed Original file line number Diff line number Diff line change 11Core:
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.
Original file line number Diff line number Diff line change 44
55CMAKE_MINIMUM_REQUIRED (VERSION 3.0.0)
66
7- SET (VERSION 1.74.1 )
7+ SET (VERSION 1.74.2 )
88SET (SOVERSION 1.74)
99
1010PROJECT (MUSEN VERSION ${VERSION} LANGUAGES CXX)
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments