The AHA Model
Revision: 12809
Reference implementation 04 (HEDG02_04)
|
Concatenate two arrays a and b. This procedure uses array slices which would be faster in most cases than the intrinsic [a,b]
method.
More...
Concatenate two arrays a and b. This procedure uses array slices which would be faster in most cases than the intrinsic [a,b]
method.
See commondata::stack2arrays_r() and commondata::stack2arrays_i() for details.
Definition at line 5483 of file m_common.f90.