libsim  Versione 7.2.6

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

504 ! open file
505  output_file = grid_file_id_new(filename, 'w', from_grid_id=valid_grid_id)
506  IF (c_e(output_file)) THEN
507 !$OMP PARALLEL DEFAULT(SHARED)
508 !$OMP MASTER
509  DO i = 1, this%arraysize
510 !$OMP TASK FIRSTPRIVATE(i)
511  CALL export(this%array(i)) ! export information to gaid
512 !$OMP CRITICAL

Generated with Doxygen.