Display the maximum of the array val
| Type | Intent | Optional | 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 |