loadArray Interface

public interface loadArray

Contents


Module Procedures

public subroutine openArrayInt(fh, Array)

Arguments

Type IntentOptional AttributesName
integer(kind=int32), intent(in) :: fh
integer(kind=int32), intent(out), allocatable:: Array(:,:)

public subroutine openArrayReal(fh, Array)

Arguments

Type IntentOptional AttributesName
integer(kind=int32), intent(in) :: fh
real(kind=real64), intent(out), allocatable:: Array(:,:)

public subroutine openArrayIntVec(fh, Vector)

Arguments

Type IntentOptional AttributesName
integer(kind=int32), intent(in) :: fh
integer(kind=int32), intent(out), allocatable:: Vector(:)

public subroutine openArrayRealVec(fh, Vector)

Arguments

Type IntentOptional AttributesName
integer(kind=int32), intent(in) :: fh
real(kind=real64), intent(out), allocatable:: Vector(:)

public subroutine openArrayInt3(fh, Array3)

Arguments

Type IntentOptional AttributesName
integer(kind=int32), intent(in) :: fh
integer(kind=int32), intent(out), allocatable:: Array3(:,:,:)

public subroutine openArrayReal3(fh, Array3)

Arguments

Type IntentOptional AttributesName
integer(kind=int32), intent(in) :: fh
real(kind=real64), intent(out), allocatable:: Array3(:,:,:)