We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96715c3 commit c47980dCopy full SHA for c47980d
applications/plugins/SofaCarving/SofaCarving_test/SofaCarving_test.cpp
@@ -61,9 +61,10 @@ class SofaCarving_test : public BaseSimulationTest
61
void doCarvingWithPenetration();
62
63
/// Unload the scene
64
- void TearDown() override
+ void doTearDown() override
65
{
66
- if (m_simu != nullptr && m_root != nullptr) {
+ if (m_root != nullptr)
67
+ {
68
sofa::simulation::node::unload(m_root);
69
}
70
0 commit comments