|
subroutine | arrayhandlersmodule::expand_integer_wrapper (nsize, array, minvalue, loginc) |
|
subroutine | arrayhandlersmodule::expand_integer (array, increment) |
|
subroutine | arrayhandlersmodule::expand_double (array, increment) |
|
subroutine | arrayhandlersmodule::expand_logical (array, increment) |
|
subroutine | arrayhandlersmodule::expand_character (array, increment) |
|
subroutine | arrayhandlersmodule::expand_integer_2d (array, increment1, increment2) |
|
subroutine | arrayhandlersmodule::expand_double_2d (array, increment1, increment2) |
|
subroutine | arrayhandlersmodule::extend_double (array, increment) |
|
subroutine | arrayhandlersmodule::extend_integer (array, increment) |
|
subroutine | arrayhandlersmodule::extend_string (array, increment) |
|
subroutine | arrayhandlersmodule::concat_integer (array, array_to_add) |
| Concatenate integer arrays. More...
|
|
integer(i4b) function | arrayhandlersmodule::ifind_character (array, str) |
| Find the 1st array element containing str, or -1 if not found. More...
|
|
integer(i4b) function | arrayhandlersmodule::ifind_charstring (array, str) |
| Find the 1st array element containing str, or -1 if not found. More...
|
|
integer(i4b) function | arrayhandlersmodule::ifind_integer (iarray, ival) |
| Find the first element containing ival, or -1 if not found. More...
|
|
subroutine, public | arrayhandlersmodule::remove_character (array, ipos) |
| Remove the element at ipos from the array. More...
|
|