File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
src/ModelOrderReduction/component/contact Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments