error_handling Module


Used by

  • module~~error_handling~~UsedByGraph module~error_handling error_handling proc~calc_deviation calc_deviation proc~calc_deviation->module~error_handling proc~make_flock_from_labels make_flock_from_labels proc~make_flock_from_labels->module~error_handling program~main main program~main->module~error_handling

Functions

public function did_fail_any_sanity_check()

Return .true. if any sanity check has failed since the last reset.

Arguments

None

Return Value logical


Subroutines

public subroutine set_unsafe_mode(value)

Toggle unsafe mode for sanity checks.

Read more…

Arguments

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

public subroutine failed_sanity_check()

Arguments

None

public subroutine reset_failed_check_counter()

Reset the failed sanity check counter to zero.

Arguments

None