Skip to content

Commit f27d45d

Browse files
committed
Remove getConstraintViolaiton from class declaration
1 parent 30ddac7 commit f27d45d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/ModelOrderReduction/component/contact/MORUnilateralInteractionConstraint.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,6 @@ class MORUnilateralInteractionConstraint : public UnilateralLagrangianConstraint
123123
void buildConstraintMatrix(const core::ConstraintParams* cParams, DataMatrixDeriv &c1, DataMatrixDeriv &c2, unsigned int &cIndex
124124
, const DataVecCoord &x1, const DataVecCoord &x2) override;
125125

126-
void getConstraintViolation(const core::ConstraintParams* cParams, linearalgebra::BaseVector *v, const DataVecCoord &x1, const DataVecCoord &x2
127-
, const DataVecDeriv &v1, const DataVecDeriv &v2) override;
128-
129-
130126
// void getConstraintInfo(const core::ConstraintParams* cParams, VecConstraintBlockInfo& blocks, VecPersistentID& ids, VecConstCoord& positions, VecConstDeriv& directions, VecConstArea& areas) override;
131127

132128
virtual void getConstraintResolution(const core::ConstraintParams *,std::vector<core::behavior::ConstraintResolution*>& resTab, unsigned int& offset) override;

0 commit comments

Comments
 (0)