libsim Versione 7.2.6

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

481
482IF (PRESENT(categoryappend)) THEN
483 CALL l4f_launcher(a_name,a_name_append= &
484 trim(subcategory)//"."//trim(categoryappend))
485ELSE
486 CALL l4f_launcher(a_name,a_name_append=trim(subcategory))

Generated with Doxygen.