|
| procedure | init (this) |
| | Allocates the space for the array a. The values d1, d2 must be set before. Returns a non-zero number if allocation was unsucessfull.
|
| procedure | final (this) |
| | Deallocates space. Returns a non-zero number if the array has not been allocated before.
|
|
| real(kind=cfp), dimension(:,:), allocatable | a |
| | The array values.
|
| integer | d1 = 0 |
| | First dimension of the array.
|
| integer | d2 = 0 |
| | Second dimension of the array.
|
◆ final()
| procedure common_obj_gbl::darray_2d::final |
( |
class(darray_2d) | this | ) |
|
Deallocates space. Returns a non-zero number if the array has not been allocated before.
◆ init()
| procedure common_obj_gbl::darray_2d::init |
( |
class(darray_2d) | this | ) |
|
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: