File tree 3 files changed +4
-1
lines changed
3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 63
63
Ext_GenericParameters
64
64
PREFIX "${ExternalInstallDir} /GenericParameters"
65
65
GIT_REPOSITORY https://github.com/InteractiveComputerGraphics/GenericParameters.git
66
- GIT_TAG "b1ad669fac8d106515f6aa8514a03598d5766a36 "
66
+ GIT_TAG "9f1570aad21017c0116adf6a42bc4a19547df6ec "
67
67
INSTALL_DIR ${ExternalInstallDir} /GenericParameters
68
68
CMAKE_ARGS -DCMAKE_BUILD_TYPE=${EXT_CMAKE_BUILD_TYPE} -DCMAKE_INSTALL_PREFIX:PATH =${ExternalInstallDir} /GenericParameters -DGENERICPARAMETERS_NO_TESTS:BOOL =1
69
69
)
Original file line number Diff line number Diff line change
1
+ - updated GenericParameters
2
+ - bufixes
1
3
- fixed several compiler warnings
2
4
- removed MiniBall dependency
3
5
- update to Eigen 3.3.7
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ void reset()
132
132
base->getSelectedParticles ().clear ();
133
133
134
134
Simulation::getCurrent ()->getModel ()->cleanup ();
135
+ Simulation::getCurrent ()->getTimeStep ()->getCollisionDetection ()->cleanup ();
135
136
136
137
buildModel ();
137
138
}
You can’t perform that action at this time.
0 commit comments