libsim Versione 7.1.11
|
◆ arrayof_gridinfo_insert()
Method for inserting an element of the array at a desired position. If necessary, the array is reallocated to accomodate the new element.
Definizione alla linea 486 del file gridinfo_class.F90. 487valid_grid_id = grid_id_new()
488DO i = 1, this%arraysize ! find a valid grid_id in this
489 IF (c_e(this%array(i)%gaid)) THEN
490 valid_grid_id = this%array(i)%gaid
491 EXIT
492 ENDIF
|