Skip to content

Commit

Permalink
load explicitely statecontainer (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
fredroy authored Jan 16, 2024
1 parent 171ad25 commit 45fe928
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class InterventionalRadiologyController_test : public BaseTest
sofa::simpleapi::importPlugin("Sofa.Component.Topology.Container.Dynamic");
sofa::simpleapi::importPlugin("Sofa.Component.Topology.Container.Grid");
sofa::simpleapi::importPlugin("Sofa.Component.Constraint.Projective");
sofa::simpleapi::importPlugin("Sofa.Component.StateContainer");

m_root = sofa::simpleapi::createRootNode(sofa::simulation::getSimulation(), "root");
}
Expand Down

0 comments on commit 45fe928

Please sign in to comment.