| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(inout) | :: | list(:) | |||
| real(kind=real64), | intent(inout), | optional | :: | val(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(inout) | :: | list(:) | |||
| real(kind=real64), | intent(inout), | optional | :: | val(:) |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(inout) | :: | list(:,:) | |||
| real(kind=real64), | intent(inout) | :: | val(:) |