Skip to content

Commit c9c6dec

Browse files
authored
Fix compilation regarding SOFA PR 5372 (#156)
* Remove deleted symbols * Fix compilation
1 parent 5aa353e commit c9c6dec

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/ModelOrderReduction/component/contact/MORUnilateralInteractionConstraint.h

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,10 @@ class MORUnilateralInteractionConstraint : public UnilateralLagrangianConstraint
7575

7676
typedef core::behavior::BaseLagrangianConstraint::ConstraintBlockInfo ConstraintBlockInfo;
7777
typedef core::behavior::BaseLagrangianConstraint::PersistentID PersistentID;
78-
typedef core::behavior::BaseLagrangianConstraint::ConstCoord ConstCoord;
79-
typedef core::behavior::BaseLagrangianConstraint::ConstDeriv ConstDeriv;
80-
typedef core::behavior::BaseLagrangianConstraint::ConstArea ConstArea;
8178

8279
typedef core::behavior::BaseLagrangianConstraint::VecConstraintBlockInfo VecConstraintBlockInfo;
8380
typedef core::behavior::BaseLagrangianConstraint::VecPersistentID VecPersistentID;
84-
typedef core::behavior::BaseLagrangianConstraint::VecConstCoord VecConstCoord;
85-
typedef core::behavior::BaseLagrangianConstraint::VecConstDeriv VecConstDeriv;
86-
typedef core::behavior::BaseLagrangianConstraint::VecConstArea VecConstArea;
81+
8782

8883
typedef core::objectmodel::Data<VecCoord> DataVecCoord;
8984
typedef core::objectmodel::Data<VecDeriv> DataVecDeriv;

0 commit comments

Comments
 (0)