File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
bindings/Sofa/src/SofaPython3/Sofa/Core Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ using namespace pybind11::literals; // to bring in the `_a` literal
2525#include < pybind11/embed.h>
2626namespace py = pybind11;
2727
28- #include < sofa/helper/ testing/BaseTest.h>
28+ #include < sofa/testing/BaseTest.h>
2929#include < sofa/helper/logging/Messaging.h>
3030#include < sofa/helper/system/FileSystem.h>
3131
Original file line number Diff line number Diff line change 2222
2323#include < string>
2424#include < SofaPython3/config.h>
25- #include < sofa/helper/ testing/BaseTest.h>
25+ #include < sofa/testing/BaseTest.h>
2626
2727#include < filesystem>
2828using std::filesystem::path;
2929
3030namespace sofapython3
3131{
3232
33- using sofa::helper:: testing::BaseTest;
33+ using sofa::testing::BaseTest;
3434
3535// / a Python_test is defined by a python filepath and optional arguments
3636struct SOFAPYTHON3_API PythonTestData
Original file line number Diff line number Diff line change @@ -133,7 +133,7 @@ namespace sofapython3
133133 void ForceField_Trampoline<TDOFType>::addKToMatrix(const MechanicalParams* mparams, const MultiMatrixAccessor* dfId)
134134 {
135135 MultiMatrixAccessor::MatrixRef mref = dfId->getMatrix (this ->mstate );
136- sofa::defaulttype ::BaseMatrix* mat = mref.matrix ;
136+ sofa::linearalgebra ::BaseMatrix* mat = mref.matrix ;
137137
138138 size_t offset = mref.offset ;
139139 // nNodes is the number of nodes (positions) of the object whose K matrix we're computing
You can’t perform that action at this time.
0 commit comments