ivector_get_data Subroutine

public subroutine ivector_get_data(this, res, ibeg, iend)

Returns a pointer to the underlying data of an ivector

Arguments

Type IntentOptional AttributesName
class(ivector_t), intent(in), target:: this
integer, intent(out), dimension(:), pointer:: res
integer, intent(in), optional :: ibeg
integer, intent(in), optional :: iend

Contents

None