Skip to content

Commit 19e3ec0

Browse files
bakpaulepernod
authored andcommitted
Fix simple api since SOFA changes
1 parent b6343b9 commit 19e3ec0

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

BeamAdapter_test/component/controller/InterventionalRadiologyController_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Contact information: contact@sofa-framework.org *
2121
******************************************************************************/
2222
#include <sofa/testing/BaseTest.h>
23-
#include <sofa/simulation/graph/SimpleApi.h>
23+
#include <sofa/simpleapi/SimpleApi.h>
2424

2525
#include <sofa/simulation/common/SceneLoaderXML.h>
2626
#include <sofa/simulation/Node.h>

BeamAdapter_test/component/mapping/BeamLengthMappingTest.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
* Contact information: contact@sofa-framework.org *
2121
******************************************************************************/
2222
#include <string>
23+
#include <sofa/simpleapi/SimpleApi.h>
2324
using std::string ;
2425
#include <sofa/component/mapping/testing/MappingTestCreation.h>
2526
#include <sofa/simulation/graph/DAGSimulation.h>

BeamAdapter_test/component/model/WireRestShape_test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* Contact information: contact@sofa-framework.org *
2121
******************************************************************************/
2222
#include <sofa/testing/BaseTest.h>
23-
#include <sofa/simulation/graph/SimpleApi.h>
23+
#include <sofa/simpleapi/SimpleApi.h>
2424

2525
#include <sofa/simulation/common/SceneLoaderXML.h>
2626
#include <sofa/simulation/Node.h>

0 commit comments

Comments
 (0)