FortranGIS  Version2.5
integer function arrayof_readosm_node_f_append ( type(arrayof_readosm_node_f this,
type(readosm_node_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_node_f) to append

Definition at line 790 of file readosm.F90.