GBTOlib: library for evaluation of molecular integrals in mixed Gaussian / B-spline basis 111
Loading...
Searching...
No Matches
utils_gbl::append_array Interface Reference

Public Member Functions

subroutine append_array_cfp (dst, src)
 Concatenate two arrays.
subroutine append_array_int (dst, src)

Member Function/Subroutine Documentation

◆ 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: