merge_headers
call merge_headers( header1, header2 )
name&dimensionality | kind | in/out | description |
---|---|---|---|
header1(LEN=80) DIMENSION(:) | CHR | IN | First header. |
header2(LEN=80) DIMENSION(:) | CHR | INOUT | Second header. On output, will contain the concatenation of (in that order) header2 and header1. If header2 is too short to allow the merging the output will be truncated |
On output header2 will contain the original header2, followed by the content of header1
Version 3.11, 2013-04-24