Skip to content

Commit

Permalink
FIXUP
Browse files Browse the repository at this point in the history
  • Loading branch information
damienmarchal committed Nov 16, 2023
1 parent 59fcc6d commit 15e03f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ template <class DataTypes> void TrianglePressureForceField<DataTypes>::init()

initTriangleInformation();

if(p_useConstantForce.m_isSet() || p_useConstantForce.getValue() == false)
if(p_useConstantForce.isSet() || p_useConstantForce.getValue() == false)
{
msg_deprecated() << "Non constant pressure force field has been removed.";
}
Expand Down

0 comments on commit 15e03f7

Please sign in to comment.