Check that the size of the array arr is of length larr
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(*), | intent(in) | :: | arr(:) | |||
| integer, | intent(in) | :: | larr | |||
| character(len=*), | intent(in) | :: | name |
Check that the size of the array arr is of length larr
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(*), | intent(in) | :: | arr(:,:) | |||
| integer, | intent(in) | :: | larr(:) | |||
| character(len=*), | intent(in) | :: | name |