@@ -73,17 +73,17 @@ 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;
78- typedef core::behavior::BaseConstraint ::ConstCoord ConstCoord;
79- typedef core::behavior::BaseConstraint ::ConstDeriv ConstDeriv;
80- typedef core::behavior::BaseConstraint ::ConstArea ConstArea;
81-
82- typedef core::behavior::BaseConstraint ::VecConstraintBlockInfo VecConstraintBlockInfo;
83- typedef core::behavior::BaseConstraint ::VecPersistentID VecPersistentID;
84- typedef core::behavior::BaseConstraint ::VecConstCoord VecConstCoord;
85- typedef core::behavior::BaseConstraint ::VecConstDeriv VecConstDeriv;
86- typedef core::behavior::BaseConstraint ::VecConstArea VecConstArea;
76+ typedef core::behavior::BaseLagrangianConstraint ::ConstraintBlockInfo ConstraintBlockInfo;
77+ 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;
81+
82+ typedef core::behavior::BaseLagrangianConstraint ::VecConstraintBlockInfo VecConstraintBlockInfo;
83+ 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;
8787
8888 typedef core::objectmodel::Data<VecCoord> DataVecCoord;
8989 typedef core::objectmodel::Data<VecDeriv> DataVecDeriv;
0 commit comments