Skip to content

Commit

Permalink
fix SofaCarving test
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger authored and fredroy committed Jan 22, 2025
1 parent 96715c3 commit c47980d
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ class SofaCarving_test : public BaseSimulationTest
void doCarvingWithPenetration();

/// Unload the scene
void TearDown() override
void doTearDown() override
{
if (m_simu != nullptr && m_root != nullptr) {
if (m_root != nullptr)
{
sofa::simulation::node::unload(m_root);
}
}
Expand Down

0 comments on commit c47980d

Please sign in to comment.