|
integer function | resize_2d_array_cfp (array, d1, d2) |
|
integer function | resize_3d_array_cfp (array, d1, d2, d3) |
|
integer function | resize_2d_array_int (array, d1, d2) |
|
integer function | resize_3d_array_int (array, d1, d2, d3) |
|
◆ resize_2d_array_cfp()
integer function common_obj_gbl::resize_array::resize_2d_array_cfp |
( |
real(kind=cfp), dimension(:,:), allocatable |
array, |
|
|
integer, intent(in) |
d1, |
|
|
integer, intent(in) |
d2 |
|
) |
| |
◆ resize_2d_array_int()
integer function common_obj_gbl::resize_array::resize_2d_array_int |
( |
integer, dimension(:,:), allocatable |
array, |
|
|
integer, intent(in) |
d1, |
|
|
integer, intent(in) |
d2 |
|
) |
| |
◆ resize_3d_array_cfp()
integer function common_obj_gbl::resize_array::resize_3d_array_cfp |
( |
real(kind=cfp), dimension(:,:,:), allocatable |
array, |
|
|
integer, intent(in) |
d1, |
|
|
integer, intent(in) |
d2, |
|
|
integer, intent(in) |
d3 |
|
) |
| |
◆ resize_3d_array_int()
integer function common_obj_gbl::resize_array::resize_3d_array_int |
( |
integer, dimension(:,:,:), allocatable |
array, |
|
|
integer, intent(in) |
d1, |
|
|
integer, intent(in) |
d2, |
|
|
integer, intent(in) |
d3 |
|
) |
| |
The documentation for this interface was generated from the following file:
- /home/jacob/Work/codes/UKRmol/gitlab/ukrmol-in/source/gbtolib/source/common_obj.f90