libsim Versione 7.2.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 543 del file stat_proc_engine.F90.

544 ENDDO
545 msteps = mstepms/1000_int_ll
546
547 tmptime = lstart + step
548 DO WHILE(tmptime < lend) ! < since lend has been extended
549 CALL insert_unique(a_otime, tmptime)
550 tmptime = tmptime + step
551 ENDDO
552

Generated with Doxygen.