FIXME : Add documentation
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | lb1 | |||
integer, | intent(in) | :: | lb2 | |||
integer, | intent(in) | :: | lb3 | |||
complex, | intent(in), | DIMENSION(lb1:,lb2:,lb3:), TARGET | :: | array |
FUNCTION remap_bounds_3c(lb1, lb2, lb3, array) RESULT(ptr)
INTEGER, INTENT(IN) :: lb1,lb2,lb3
complex, DIMENSION(lb1:,lb2:,lb3:), INTENT(IN), TARGET :: array
complex, DIMENSION(:,:,:), POINTER :: ptr
ptr => array
END FUNCTION remap_bounds_3c