Skip to content

Commit

Permalink
Initialize module SoftRobots (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger authored Feb 8, 2024
1 parent 30f0ad3 commit 8afa823
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/SoftRobots.Inverse/component/initSoftRobotsInverse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
#include <SoftRobots.Inverse/component/config.h>

#include <sofa/core/ObjectFactory.h>
#include <SoftRobots/component/initSoftRobots.h>


namespace softrobotsinverse
{
Expand All @@ -45,6 +47,7 @@ void initExternalModule()
static bool first = true;
if (first)
{
softrobots::init();
first = false;
}

Expand Down

0 comments on commit 8afa823

Please sign in to comment.