FortranGIS  Version2.5
subroutine arrayof_readosm_way_f_packarray ( type(arrayof_readosm_way_f this)

Method for packing the array object reducing at a minimum the memory occupation, without destroying its contents.

The value of this::overalloc remains unchanged. After the call to the method, the object can continue to be used, extended and shortened as before. If the object is empty the array is allocated to zero length.

Parameters
thisobject to be packed

Definition at line 1051 of file readosm.F90.