We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd3269 commit db78f42Copy full SHA for db78f42
src/simulation/m_checker.fpp
@@ -260,7 +260,8 @@ contains
260
!> Checks constraints on elasticity parameters
261
subroutine s_check_inputs_elasticity
262
@:PROHIBIT(hyperelasticity .and. hyper_model == dflt_int)
263
- @:PROHIBIT((hypoelasticity .or. hyperelasticity) .and. fd_order /= 4)
+ @:PROHIBIT((hypoelasticity .or. hyperelasticity) .and. fd_order == dflt_int, &
264
+ "fd_order must be set for hypoelasticity or hyperelasticity")
265
end subroutine
266
267
!> Checks constraints on bubble parameters
0 commit comments