reallocate Interface

public interface reallocate

Calls

interface~~reallocate~~CallsGraph interface~reallocate reallocate proc~reallocate_im reallocate_im interface~reallocate->proc~reallocate_im proc~reallocate_iv reallocate_iv interface~reallocate->proc~reallocate_iv proc~reallocate_rv reallocate_rv interface~reallocate->proc~reallocate_rv proc~reallocate_hv reallocate_hv interface~reallocate->proc~reallocate_hv proc~reallocate_rm reallocate_rm interface~reallocate->proc~reallocate_rm

Contents


Module Procedures

public function reallocate_rv(p, n)

Arguments

Type IntentOptional AttributesName
real(kind=SP), DIMENSION(:), POINTER:: p
integer(kind=I4B), intent(in) :: n

Return Value real(kind=SP), DIMENSION(:), POINTER

public function reallocate_rm(p, n, m)

Arguments

Type IntentOptional AttributesName
real(kind=SP), DIMENSION(:,:), POINTER:: p
integer(kind=I4B), intent(in) :: n
integer(kind=I4B), intent(in) :: m

Return Value real(kind=SP), DIMENSION(:,:), POINTER

public function reallocate_iv(p, n)

Arguments

Type IntentOptional AttributesName
integer(kind=I4B), DIMENSION(:), POINTER:: p
integer(kind=I4B), intent(in) :: n

Return Value integer(kind=I4B), DIMENSION(:), POINTER

public function reallocate_im(p, n, m)

Arguments

Type IntentOptional AttributesName
integer(kind=I4B), DIMENSION(:,:), POINTER:: p
integer(kind=I4B), intent(in) :: n
integer(kind=I4B), intent(in) :: m

Return Value integer(kind=I4B), DIMENSION(:,:), POINTER

public function reallocate_hv(p, n)

Arguments

Type IntentOptional AttributesName
character(len=1), DIMENSION(:), POINTER:: p
integer(kind=I4B), intent(in) :: n

Return Value character(len=1), DIMENSION(:), POINTER