display_1val_max Subroutine

public subroutine display_1val_max(val, undef, cout, vout)

Display the maximum of the array val

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: val(:,:)

Input 1

real, intent(in), optional :: undef

Undefined value

character(len=*), intent(out), optional :: cout

Maximum value by character

real, intent(out), optional :: vout

Maximum value by float