Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(shared_ragged_array_cmplx_t), | intent(inout) | :: | this | |||
integer(kind=int32), | intent(in) | :: | i |
function pos_1d_cmplx_int32(this, i) result(pt)
class(shared_ragged_array_cmplx_t), intent(inout) :: this
integer(int32), intent(in) :: i
complex(dp), pointer :: pt(:)
pt => this%ptr(i)%res
end function pos_1d_cmplx_int32