Commit e418f9c5 authored by Kirill Smelkov's avatar Kirill Smelkov

.

parent ee5f54cc
......@@ -174,7 +174,7 @@ func (A PPTreeSubSet) UnionInplace(B PPTreeSubSet) {
// DifferenceInplace sets A = PP(A.leafs \ B.leafs)
//
// In other words it removes B nodes from A while still maintaining A as P-connected.
// In other words it removes B nodes from A while still maintaining A as PP-connected.
func (A PPTreeSubSet) DifferenceInplace(B PPTreeSubSet) {
if debugPPSet {
fmt.Printf("\n\nDifferenceInplace:\n")
......
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