mirror of https://github.com/KLayout/klayout.git
Deep implementation of in/not_in
This commit is contained in:
parent
9008464268
commit
25e61205d2
|
|
@ -939,9 +939,6 @@ void contained_local_operation<TS, TI, TR>::do_compute_local (db::Layout * /*lay
|
|||
tl_assert (results.size () == 2);
|
||||
}
|
||||
|
||||
db::EdgeProcessor ep;
|
||||
ep.set_base_verbosity (50);
|
||||
|
||||
std::set<TI> others;
|
||||
for (typename shape_interactions<TS, TI>::iterator i = interactions.begin (); i != interactions.end (); ++i) {
|
||||
for (typename shape_interactions<TS, TI>::iterator2 j = i->second.begin (); j != i->second.end (); ++j) {
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Reference in New Issue