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

Public Member Functions

subroutine grow_array_int (array, delta, errorMessage, ERR, ERROR,)
 
subroutine grow_array_real (array, delta, errorMessage, ERR, ERROR,)
 

Detailed Description

Definition at line 57 of file util_array.f90.

Member Function/Subroutine Documentation

subroutine util_array::grow_array::grow_array_int ( integer(intg), dimension(:), intent(inout), allocatable  array,
integer(intg), intent(in)  delta,
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 183 of file util_array.f90.

subroutine util_array::grow_array::grow_array_real ( real(c_double), dimension(:), intent(inout), allocatable  array,
integer(intg), intent(in)  delta,
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 221 of file util_array.f90.