Data type used to create variable length arrays. 1D version.
More...
|
| real(kind=real64), dimension(:), allocatable | a |
| |
| logical, dimension(:), allocatable | l |
| |
| integer, dimension(:), allocatable | int |
| |
Data type used to create variable length arrays. 1D version.
| real(kind=real64), dimension(:), allocatable smooth_grid_routines::var_arr_1d::a |
| integer, dimension(:), allocatable smooth_grid_routines::var_arr_1d::int |
| logical, dimension(:), allocatable smooth_grid_routines::var_arr_1d::l |
The documentation for this type was generated from the following file: