libsim  Versione6.3.0

◆ 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 507 del file gridinfo_class.F90.

507  ELSE
508  CALL l4f_category_log(category,l4f_error,"opening file "//trim(filename))
509  CALL raise_error()
510  ENDIF
511 ELSE ! no valid grid_id has been found
512  CALL l4f_category_log(category,l4f_error, &

Generated with Doxygen.