FortranGIS  Version2.5
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 1142 of file readosm.F90.