mirror of https://github.com/KLayout/klayout.git
WIP
This commit is contained in:
parent
fcd42bd0f1
commit
e9c2320f5d
|
|
@ -197,6 +197,7 @@ RNetwork::join_nodes (RNode *a, RNode *b)
|
|||
}
|
||||
}
|
||||
|
||||
a->location += b->location;
|
||||
remove_node (b);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue