FortranGIS Version 3.0

◆ arrayof_readosm_relation_f_append()

integer function arrayof_readosm_relation_f_append ( type(arrayof_readosm_relation_f) this,
type(readosm_relation_f), 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.

Parameters
thisarray object to extend
[in]contentobject of TYPE TYPE(readosm_relation_f) to append

Definition at line 1141 of file readosm.F90.