libsim Versione 7.2.1
|
◆ arrayof_ttr_mapper_append()
Quick method to append an element to the array. The return value is the position at which the element has been appended.
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
|