Choral
|
allocate memory for real(RP) arrays More...
Private Member Functions | |
subroutine | alloc_ra1d (p, n) |
allocate a one-dimensional real allocatable array More... | |
subroutine | alloc_ra2d (p, n1, n2) |
allocate a two-dimensional real allocatable array More... | |
subroutine | alloc_ra3d (p, n1, n2, n3) |
allocate a 3-dimensional real allocatable array More... | |
allocate memory for real(RP) arrays
Definition at line 158 of file real_type.F90.
|
private |
allocate a one-dimensional real allocatable array
Definition at line 231 of file real_type.F90.
|
private |
allocate a two-dimensional real allocatable array
Definition at line 247 of file real_type.F90.
|
private |
allocate a 3-dimensional real allocatable array
Definition at line 263 of file real_type.F90.