Correct compilation warnings with exceptions (#76)

This commit is contained in:
huguesdpdn
2024-08-16 00:38:24 +02:00
committed by GitHub
parent ff063144ef
commit 20845a39cc
7 changed files with 10 additions and 10 deletions

View File

@@ -1434,7 +1434,7 @@ void MbD::ASMTAssembly::runKINEMATIC()
try {
mbdSystem->runKINEMATIC(mbdSystem);
}
catch (SimulationStoppingError ex) {
catch (const SimulationStoppingError& ex) {
}
}