|
◆ 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 569 del file stat_proc_engine.F90.
572 END SUBROUTINE recompute_stat_proc_agg_common 575 SUBROUTINE compute_stat_proc_agg_sw(vertime, pstart, pend, time_mask, & 577 TYPE(datetime), INTENT(in) :: vertime(:)
|