diff --git a/ModelOrderReduction_test/ModelOrderReduction_test.cpp b/ModelOrderReduction_test/ModelOrderReduction_test.cpp index c6a4a2cd..8fa1d03a 100644 --- a/ModelOrderReduction_test/ModelOrderReduction_test.cpp +++ b/ModelOrderReduction_test/ModelOrderReduction_test.cpp @@ -24,7 +24,7 @@ namespace sofa { simulation::Simulation* simulation; /// Create the context for the scene - void SetUp() + void doSetUp() override { root = simulation::getSimulation()->createNewGraph("root"); } @@ -37,7 +37,7 @@ namespace sofa { } /// Unload the scene - void TearDown() + void doTearDown() override { if (root != nullptr) {