Truncate the growing arrays in the node list to their actual size.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sdr_node_type), | intent(inout) | :: | me | The nodelist to initialize. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iSide | call truncate(me%treeID) call truncate(me%PropertyBits) |