Skip to content

Commit

Permalink
Merge pull request #6 from alxbilger/deprecatedData
Browse files Browse the repository at this point in the history
Remove usage of deprecated Data
  • Loading branch information
EulalieCoevoet authored Sep 14, 2023
2 parents 046eb16 + c9ed6d3 commit 5773e81
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion tests/component/constraint/CableActuatorTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ struct CableActuatorTest : public BaseTest,
using CableActuator<_DataTypes>::d_maxDispVariation ;
using CableActuator<_DataTypes>::d_minForce ;
using CableActuator<_DataTypes>::d_maxForce ;
using BaseObject::m_componentstate ;
/////////////////////////////////////////////////////////////////////


Expand Down
2 changes: 0 additions & 2 deletions tests/component/constraint/SurfacePressureActuatorTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ namespace softrobotsinverse {

typedef sofa::core::topology::BaseMeshTopology::Quad Quad;

using BaseObject::m_componentstate ;


void normalTests(){
Simulation* simu;
Expand Down

0 comments on commit 5773e81

Please sign in to comment.