outputAppendResult Subroutine

private subroutine outputAppendResult(wasAdded, varName)

Outputs the result of appending a variable. If appending was not successful, the program is aborted.

Arguments

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

The result of the append call

character(len=*), intent(in) :: varName

The name of the variable was appended (or not)