Custom implementation of the findloc intrinsic (with somewhat reduced functionality) as it requires fortran2008 support and is thus not available for some relevant compilers
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int32), | intent(in) | :: | arr(:) | |||
integer(kind=int32), | intent(in) | :: | val | |||
logical, | intent(in), | optional | :: | back |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer(kind=int64), | intent(in) | :: | arr(:) | |||
integer(kind=int64), | intent(in) | :: | val | |||
logical, | intent(in), | optional | :: | back |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=sp), | intent(in) | :: | arr(:) | |||
real(kind=sp), | intent(in) | :: | val | |||
logical, | intent(in), | optional | :: | back |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=dp), | intent(in) | :: | arr(:) | |||
real(kind=dp), | intent(in) | :: | val | |||
logical, | intent(in), | optional | :: | back |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=sp), | intent(in) | :: | arr(:) | |||
complex(kind=sp), | intent(in) | :: | val | |||
logical, | intent(in), | optional | :: | back |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
complex(kind=dp), | intent(in) | :: | arr(:) | |||
complex(kind=dp), | intent(in) | :: | val | |||
logical, | intent(in), | optional | :: | back |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(in) | :: | arr(:) | |||
logical, | intent(in) | :: | val | |||
logical, | intent(in), | optional | :: | back |