Function memorymanagermodule::reallocate_int2d¶
Defined in File MemoryManager.f90
Function Documentation¶
-
subroutine
memorymanagermodule::reallocate_int2d(aint, ncol, nrow, name, mem_path)¶ Reallocate a 2-dimensional integer array.
- Parameters
[inout] aint: the reallocated 2d integer array[in] ncol: number of columns[in] nrow: number of rows[in] name: variable name[in] mem_path: path where variable is stored