Skip to content

Commit

Permalink
Update Sofa/Component/SolidMechanics/Spring/src/sofa/component/solidm…
Browse files Browse the repository at this point in the history
…echanics/spring/MeshSpringForceField.inl

Co-authored-by: Hugo <[email protected]>
  • Loading branch information
bakpaul and hugtalbot authored Dec 2, 2024
1 parent 74ce8e5 commit 4598a35
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ void MeshSpringForceField<DataTypes>::init()
{
if(this->d_springsIndices[0].getValue().size() || this->d_springsIndices[1].getValue().size())
{
msg_warning(this) << "Setting springs of MeshSpringForcefield through datas indices1 and indices2 is disabled since v24.12. The inputed indices will be overriden by the mesh.";
msg_warning(this) << "Setting springs of MeshSpringForcefield through datas \'indices1\' and \'indices2\' has been disabled since v24.12. The input indices will be overridden by the mesh.";
}

SpringForceField<DataTypes>::clear();
Expand Down

0 comments on commit 4598a35

Please sign in to comment.