assertSingle Module Subroutine

public module subroutine assertSingle(assertion, error)

Checks whether assertion is .false. and stops the program excecution with error text

Arguments

Type IntentOptional Attributes Name
logical, intent(in) :: assertion
character(len=*), intent(in), optional :: error