|
◆ arrayof_ttr_mapper_append()
integer function arrayof_ttr_mapper_append |
( |
type(arrayof_ttr_mapper) |
this, |
|
|
type(ttr_mapper), intent(in) |
content |
|
) |
| |
Quick method to append an element to the array.
The return value is the position at which the element has been appended. - Parametri
-
| this | array object to extend |
[in] | content | object of TYPE TYPE(ttr_mapper) to append |
Definizione alla linea 549 del file stat_proc_engine.F90.
557 DO p1 = msteps, maxp1, msteps
558 CALL insert_unique(a_otimerange, vol7d_timerange_new(stat_proc, p1, steps))
|