|
◆ arrayof_gridinfo_append()
Quick method to append an element to the array.
The return value is the position at which the element has been appended. - Parametri
-
| this | array object to extend |
[in] | content | object of TYPE TYPE(gridinfo_def) to append |
Definizione alla linea 503 del file gridinfo_class.F90.
504 CALL delete(output_file)
506 CALL l4f_category_log(category,l4f_error, "opening file "//trim(filename))
510 CALL l4f_category_log(category,l4f_error, &
511 "gridinfo object of size "//t2c(this%arraysize))
512 CALL l4f_category_log(category,l4f_error, &
|