Skip to content

Commit

Permalink
[Mapping] Fix debug compilation (sofa-framework#5134)
Browse files Browse the repository at this point in the history
Modify content of assert accordingly

Co-authored-by: Hugo <[email protected]>
  • Loading branch information
bakpaul and hugtalbot authored Nov 23, 2024
1 parent 1c03226 commit 75f342c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ struct Mapping_test: public BaseSimulationTest, NumericTest<typename _Mapping::I
errorFactorDJ(1),
flags(TEST_ASSEMBLY_API|TEST_GEOMETRIC_STIFFNESS)
{
assert(simulation);
assert(simulation::getSimulation());

/// Load the scene
root = simpleapi::createRootNode(simulation::getSimulation(), "root");
Expand Down

0 comments on commit 75f342c

Please sign in to comment.