The AHA Model  Revision: 12809
Reference implementation 04 (HEDG02_04)
commondata::operator(.cat.) Interface Reference

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...

Collaboration diagram for commondata::operator(.cat.):

Detailed Description

Concatenate two arrays a and b. This procedure uses array slices which would be faster in most cases than the intrinsic [a,b] method.

a .cat. b ! equivalent to [a, b]

See commondata::stack2arrays_r() and commondata::stack2arrays_i() for details.

Definition at line 5483 of file m_common.f90.


The documentation for this interface was generated from the following file: