Commit a43403a6 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent 43e6af88
...@@ -28,7 +28,7 @@ import ( ...@@ -28,7 +28,7 @@ import (
const debugPPSet = false const debugPPSet = false
// PPTreeSubSet repesents PP-connected subset of tree node objects. // PPTreeSubSet represents PP-connected subset of tree node objects.
// //
// where PP(node) maps node to {node, node.parent, leaf.parent,parent, ...} up // where PP(node) maps node to {node, node.parent, leaf.parent,parent, ...} up
// to top root from where the node is reached. // to top root from where the node is reached.
...@@ -148,8 +148,6 @@ func (S PPTreeSubSet) AddNodePath(path []Node) { ...@@ -148,8 +148,6 @@ func (S PPTreeSubSet) AddNodePath(path []Node) {
} }
// ---- Union/Difference ---- // ---- Union/Difference ----
// UnionInplace sets A = PP(A.leafs | B.leafs) // UnionInplace sets A = PP(A.leafs | B.leafs)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment