mirror of https://github.com/KLayout/klayout.git
Fixed issue #481
This commit is contained in:
parent
925b7c2f33
commit
b1716fc8c4
|
|
@ -424,6 +424,7 @@ private:
|
||||||
for (iterator_type j = c; j < i; ++j) {
|
for (iterator_type j = c; j < i; ++j) {
|
||||||
if (bs_boxes_overlap (bc (*i->first), bc (*j->first), enl)) {
|
if (bs_boxes_overlap (bc (*i->first), bc (*j->first), enl)) {
|
||||||
if (seen.insert (std::make_pair (i->first, j->first)).second) {
|
if (seen.insert (std::make_pair (i->first, j->first)).second) {
|
||||||
|
seen.insert (std::make_pair (j->first, i->first));
|
||||||
rec.add (i->first, i->second, j->first, j->second);
|
rec.add (i->first, i->second, j->first, j->second);
|
||||||
if (rec.stop ()) {
|
if (rec.stop ()) {
|
||||||
return false;
|
return false;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue