|
procedure | init => init_darray_2d |
| Allocates the space for the array a. The values d1, d2 must be set before. Returns a non-zero number if allocation was unsucessfull. More...
|
|
procedure | final => final_darray_2d |
| Deallocates space. Returns a non-zero number if the array has not been allocated before. More...
|
|
|
real(kind=cfp), dimension(:,:), allocatable | a |
| The array values. More...
|
|
integer | d1 = 0 |
| First dimension of the array. More...
|
|
integer | d2 = 0 |
| Second dimension of the array. More...
|
|
◆ final()
procedure common_obj_gbl::darray_2d::final |
Deallocates space. Returns a non-zero number if the array has not been allocated before.
◆ init()
procedure common_obj_gbl::darray_2d::init |
Allocates the space for the array a. The values d1, d2 must be set before. Returns a non-zero number if allocation was unsucessfull.
real(kind=cfp), dimension(:,:), allocatable common_obj_gbl::darray_2d::a |
◆ d1
integer common_obj_gbl::darray_2d::d1 = 0 |
First dimension of the array.
◆ d2
integer common_obj_gbl::darray_2d::d2 = 0 |
Second dimension of the array.
The documentation for this type was generated from the following file:
- /home/jacob/Work/codes/UKRmol/gitlab/ukrmol-in/source/gbtolib/source/common_obj.f90