Skip to content

Commit

Permalink
Remove call to deprecated function (#387)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger authored and damienmarchal committed Sep 13, 2024
1 parent df58cac commit 11ffc11
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ class SofaInitializer
SofaInitializer(){
sofa::simulation::common::init();
sofa::simulation::graph::init();
sofa::simulation::setSimulation(new DAGSimulation());
}

~SofaInitializer(){
Expand Down

0 comments on commit 11ffc11

Please sign in to comment.