File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 6363 Ext_GenericParameters
6464 PREFIX "${ExternalInstallDir} /GenericParameters"
6565 GIT_REPOSITORY https://github.com/InteractiveComputerGraphics/GenericParameters.git
66- GIT_TAG "b1ad669fac8d106515f6aa8514a03598d5766a36 "
66+ GIT_TAG "9f1570aad21017c0116adf6a42bc4a19547df6ec "
6767 INSTALL_DIR ${ExternalInstallDir} /GenericParameters
6868 CMAKE_ARGS -DCMAKE_BUILD_TYPE=${EXT_CMAKE_BUILD_TYPE} -DCMAKE_INSTALL_PREFIX:PATH =${ExternalInstallDir} /GenericParameters -DGENERICPARAMETERS_NO_TESTS:BOOL =1
6969 )
Original file line number Diff line number Diff line change 1+ - updated GenericParameters
2+ - bufixes
13 - fixed several compiler warnings
24 - removed MiniBall dependency
35 - update to Eigen 3.3.7
Original file line number Diff line number Diff line change @@ -132,6 +132,7 @@ void reset()
132132 base->getSelectedParticles ().clear ();
133133
134134 Simulation::getCurrent ()->getModel ()->cleanup ();
135+ Simulation::getCurrent ()->getTimeStep ()->getCollisionDetection ()->cleanup ();
135136
136137 buildModel ();
137138}
You can’t perform that action at this time.
0 commit comments