This routine will wet the neighbors sides of the neighbor node in all colors, that are flooded.
The neighbors have to be available in the linkpos array prior calling this routine!
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(sdr_node_type), | intent(inout) | :: | node | List of all nodes in the tree |
||
integer, | intent(in) | :: | iNode | Current node |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private | :: | iColor | ||||
integer, | private | :: | col_int | ||||
integer, | private | :: | col_bit | ||||
logical, | private | :: | isflooded |