libsim  Versione6.3.0

◆ 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
thisarray object to extend
[in]contentobject of TYPE TYPE(ttr_mapper) to append

Definizione alla linea 569 del file stat_proc_engine.F90.

569 
570 ENDIF
571 
572 END SUBROUTINE recompute_stat_proc_agg_common
573 
574 
575 SUBROUTINE compute_stat_proc_agg_sw(vertime, pstart, pend, time_mask, &
576  max_step, weights)
577 TYPE(datetime),INTENT(in) :: vertime(:)

Generated with Doxygen.