libsim Versione 7.2.6

◆ arrayof_gridinfo_append()

integer function, private arrayof_gridinfo_append ( type(arrayof_gridinfo) this,
type(gridinfo_def), intent(in) content )
private

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(gridinfo_def) to append

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

Generated with Doxygen.