This routine loads the distance refine table from attribute table and appends the loaded distance in radius and level to refine nodes within radius the given radius.
to array of distance refine and store nVals in distance refine to distRefine_id in attribute to create unique list of attribute
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sdr_attrList_type), | intent(inout) | :: | attrList | dynamic array of attribute type |
||
type(flu_State) | :: | conf | ||||
integer, | intent(in) | :: | thandle | |||
type(sdr_attribute_type), | intent(inout) | :: | attribute | save attibute info temporarily |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | dr_handle | ||||
integer, | private | :: | dr_subhandle | ||||
integer, | private | :: | dr_length | ||||
integer, | private | :: | iDistRefine |