set_unsafe_mode Subroutine

public subroutine set_unsafe_mode(value)

Toggle unsafe mode for sanity checks.

When .true., a failed check increments the counter instead of halting, allowing surface-by-surface iteration to continue. Call did_fail_any_sanity_check to detect failures.

Arguments

Type IntentOptional Attributes Name
logical, intent(in) :: value

Called by

proc~~set_unsafe_mode~~CalledByGraph proc~set_unsafe_mode set_unsafe_mode program~main main program~main->proc~set_unsafe_mode