|
subroutine | grow_array_int (array, delta, errorMessage, ERR, ERROR,) |
|
subroutine | grow_array_real (array, delta, errorMessage, ERR, ERROR,) |
|
Definition at line 57 of file util_array.f90.
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] | err | The error code |
[out] | error | The 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] | err | The error code |
[out] | error | The error string |
Definition at line 221 of file util_array.f90.