array_new Interface

public interface array_new

Module Procedures

private subroutine array_new_i1d(array, DATA, gift)

Arguments

Type IntentOptional Attributes Name
type(array_i1d_obj), intent(out) :: array
integer, DIMENSION(:), POINTER, CONTIGUOUS :: DATA
logical, intent(in), optional :: gift

private subroutine array_new_i1d_lb(array, DATA, lb)

Arguments

Type IntentOptional Attributes Name
type(array_i1d_obj), intent(out) :: array
integer, intent(in), DIMENSION(:) :: DATA
integer, intent(in) :: lb