assertVector Module Subroutine

public module subroutine assertVector(assertion, error)

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

Arguments

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