◆ append_array_cfp()
| subroutine utils_gbl::append_array::append_array_cfp |
( |
real(cfp), dimension(:), intent(inout), allocatable | dst, |
|
|
real(cfp), dimension(:), intent(in) | src ) |
Concatenate two arrays.
- Authors
- J Benda
- Date
- 2024
Appends the second array at the end of the first one. Reallocation is performed.
◆ append_array_int()
| subroutine utils_gbl::append_array::append_array_int |
( |
integer, dimension(:), intent(inout), allocatable | dst, |
|
|
integer, dimension(:), intent(in) | src ) |
The documentation for this interface was generated from the following file:
- /scratch.ssd/codes/ukrmol-in-git/source/gbtolib/source/utils.f90