libsim Versione 7.2.6
|
◆ arrayof_gridinfo_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 493 del file gridinfo_class.F90. 494
495valid_grid_id = grid_id_new()
496DO i = 1, this%arraysize ! find a valid grid_id in this
497 IF (c_e(this%array(i)%gaid)) THEN
498 valid_grid_id = this%array(i)%gaid
499 EXIT
500 ENDIF
501ENDDO
502
|