libsim  Versione7.2.3

◆ arrayof_gridinfo_insert()

subroutine arrayof_gridinfo_insert ( type(arrayof_gridinfo this,
type(gridinfo_def), intent(in)  content,
integer, intent(in), optional  pos 
)

Method for inserting an element of the array at a desired position.

If necessary, the array is reallocated to accomodate the new element.

Parametri
thisarray object to extend
[in]contentobject of TYPE TYPE(gridinfo_def) to insert
[in]posposition where to insert, if it is out of range, it is clipped, if it is not provided, the object is appended

Definizione alla linea 491 del file gridinfo_class.F90.

491  EXIT
492  ENDIF
493 ENDDO
494 
495 IF (c_e(valid_grid_id)) THEN ! a valid grid_id has been found
496 ! open file

Generated with Doxygen.