|
subroutine | reallocate_int (array, newSize, errorMessage, ERR, ERROR,) |
|
subroutine | reallocate_real (array, newSize, errorMessage, ERR, ERROR,) |
|
subroutine | reallocate_string (array, newSize, errorMessage, ERR, ERROR,) |
|
Definition at line 51 of file util_array.f90.
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] | err | The error code |
[out] | error | The 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] | err | The error code |
[out] | error | The 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] | err | The error code |
[out] | error | The error string |
Definition at line 125 of file util_array.f90.