Skip to content

Commit

Permalink
Fix default parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
alxbilger committed Aug 8, 2024
1 parent e11d87f commit 0d97971
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 0d97971

Please sign in to comment.