Correct compilation warnings with exceptions (#76)
This commit is contained in:
@@ -1434,7 +1434,7 @@ void MbD::ASMTAssembly::runKINEMATIC()
|
||||
try {
|
||||
mbdSystem->runKINEMATIC(mbdSystem);
|
||||
}
|
||||
catch (SimulationStoppingError ex) {
|
||||
catch (const SimulationStoppingError& ex) {
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user