libsim Versione 7.1.11
|
◆ arrayof_ttr_mapper_insert_unique()
Method for inserting an element of the array at a desired position only if it is not present in the array yet. If necessary, the array is reallocated to accomodate the new element.
Definizione alla linea 566 del file stat_proc_engine.F90. 567 DO WHILE(tmptime < lend) ! < since lend has been extended
568 CALL insert_unique(a_otime, tmptime)
569 tmptime = tmptime + step
570 ENDDO
571 CALL insert_unique(a_otimerange, vol7d_timerange_new(stat_proc, 0, steps))
572
573ENDIF
574
575CALL packarray(a_otime)
576CALL packarray(a_otimerange)
577otime => a_otime%array
578otimerange => a_otimerange%array
|