Skip to content

Commit

Permalink
Merge pull request #137 from alxbilger/fixdefaultparameters
Browse files Browse the repository at this point in the history
Fix default parameters
  • Loading branch information
hugtalbot authored Aug 8, 2024
2 parents e11d87f + 0d97971 commit f5a5872
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class MORUnilateralInteractionConstraint : public UnilateralLagrangianConstraint

using UnilateralLagrangianConstraint<DataTypes>::constraintId;
protected:
MORUnilateralInteractionConstraint(MechanicalState* object1=nullptr, MechanicalState* object2=nullptr, std::string lambdaModesPath=nullptr,std::string lambdaModesCoeffsPath=nullptr);
MORUnilateralInteractionConstraint(MechanicalState* object1=nullptr, MechanicalState* object2=nullptr, std::string lambdaModesPath="",std::string lambdaModesCoeffsPath="");
~MORUnilateralInteractionConstraint();

public:
Expand Down

0 comments on commit f5a5872

Please sign in to comment.