Skip to content

Commit 0cac34d

Browse files
committed
Fix compilation
1 parent 6420ca9 commit 0cac34d

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/ModelOrderReduction/component/contact/MORUnilateralInteractionConstraint.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ class MORUnilateralInteractionConstraint : public UnilateralLagrangianConstraint
7373
typedef typename Coord::value_type Real;
7474
typedef typename core::behavior::MechanicalState<DataTypes> MechanicalState;
7575

76-
typedef core::behavior::BaseConstraint::ConstraintBlockInfo ConstraintBlockInfo;
77-
typedef core::behavior::BaseConstraint::PersistentID PersistentID;
76+
typedef core::behavior::BaseLagrangianConstraint::ConstraintBlockInfo ConstraintBlockInfo;
77+
typedef core::behavior::BaseLagrangianConstraint::PersistentID PersistentID;
7878

79-
typedef core::behavior::BaseConstraint::VecConstraintBlockInfo VecConstraintBlockInfo;
80-
typedef core::behavior::BaseConstraint::VecPersistentID VecPersistentID;
79+
typedef core::behavior::BaseLagrangianConstraint::VecConstraintBlockInfo VecConstraintBlockInfo;
80+
typedef core::behavior::BaseLagrangianConstraint::VecPersistentID VecPersistentID;
8181

8282

8383
typedef core::objectmodel::Data<VecCoord> DataVecCoord;

0 commit comments

Comments
 (0)