libsim  Versione7.2.1

◆ arrayof_gridinfo_append()

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

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

504  CALL delete(output_file)
505  ELSE
506  CALL l4f_category_log(category,l4f_error,"opening file "//trim(filename))
507  CALL raise_error()
508  ENDIF
509 ELSE ! no valid grid_id has been found
510  CALL l4f_category_log(category,l4f_error, &
511  "gridinfo object of size "//t2c(this%arraysize))
512  CALL l4f_category_log(category,l4f_error, &

Generated with Doxygen.