Skip to content

Commit

Permalink
Clean header
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpaul committed Dec 11, 2024
1 parent d2810b2 commit b8fb227
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ class HyperReducedRestShapeSpringsForceField : public virtual RestShapeSpringsFo
public:
/// BaseObject initialization method.
void bwdInit() override ;
virtual void parse(core::objectmodel::BaseObjectDescription *arg) override ;
virtual void reinit() override ;

/// Add the forces.
virtual void addForce(const core::MechanicalParams* mparams, DataVecDeriv& f, const DataVecCoord& x, const DataVecDeriv& v) override;
Expand All @@ -103,10 +101,6 @@ class HyperReducedRestShapeSpringsForceField : public virtual RestShapeSpringsFo
void buildStiffnessMatrix(core::behavior::StiffnessMatrix* /* matrix */) override;

virtual void draw(const core::visual::VisualParams* vparams) override;

private :

bool useRestMState; /// An external MechanicalState is used as rest reference.
};

#if !defined(SOFA_COMPONENT_FORCEFIELD_HYPERREDUCEDRESTSHAPESPRINGSFORCEFIELD_CPP)
Expand Down

0 comments on commit b8fb227

Please sign in to comment.