Skip to content

Commit

Permalink
removed paramWarning that caused tests to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
lynnmunday committed Dec 19, 2024
1 parent ac56eb7 commit 3740102
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions modules/xfem/src/userobjects/MeshCut2DFractureUserObject.C
Original file line number Diff line number Diff line change
Expand Up @@ -81,10 +81,6 @@ MeshCut2DFractureUserObject::MeshCut2DFractureUserObject(const InputParameters &
paramError("k_critical",
"Must set crack extension criterion with k_critical, k_critical_vectorpostprocessor "
"or stress_threshold.");
if (isParamValid("k_critical") && _k_critical_vpp)
paramWarning("k_critical",
"k_critical and k_critical_vectorpostprocessor are both set, crack growth will "
"use whichever value is lowest.");
}

void
Expand Down

0 comments on commit 3740102

Please sign in to comment.