OpenCMISS-Iron Internal API Documentation
util_array::reallocate Interface Reference

Public Member Functions

subroutine reallocate_int (array, newSize, errorMessage, ERR, ERROR,)
 
subroutine reallocate_real (array, newSize, errorMessage, ERR, ERROR,)
 
subroutine reallocate_string (array, newSize, errorMessage, ERR, ERROR,)
 

Detailed Description

Definition at line 51 of file util_array.f90.

Member Function/Subroutine Documentation

subroutine util_array::reallocate::reallocate_int ( integer(intg), dimension(:), intent(inout), allocatable  array,
integer(intg), intent(in)  newSize,
character(len=*), intent(in)  errorMessage,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
Parameters
[out]errThe error code
[out]errorThe error string

Definition at line 71 of file util_array.f90.

subroutine util_array::reallocate::reallocate_real ( real(dp), dimension(:), intent(inout), allocatable  array,
integer(intg), intent(in)  newSize,
character(len=*), intent(in)  errorMessage,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
Parameters
[out]errThe error code
[out]errorThe error string

Definition at line 98 of file util_array.f90.

subroutine util_array::reallocate::reallocate_string ( type(varying_string), dimension(:), intent(inout), allocatable  array,
integer(intg), intent(in)  newSize,
character(len=*), intent(in)  errorMessage,
integer(intg), intent(out)  ERR,
type(varying_string), intent(out)  ERROR 
)
Parameters
[out]errThe error code
[out]errorThe error string

Definition at line 125 of file util_array.f90.