fixing the dynamic array
truncate the array after the last valid entry and hence cut off the empty trailing empty entries store the array in the sorted order according to the sorted( ) array
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(dyn_projectionarray_type) | :: | me |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
type(dyn_projectionarray_type), | private | :: | tarray | ||||
integer, | private | :: | ival | ||||
integer, | private | :: | dpos |