mirror of https://github.com/KLayout/klayout.git
Preserving layer indexes to preserve LVS DB format (note to myself: finally create a real compare tool for the latter)
This commit is contained in:
parent
f721be7e32
commit
f7f25879f0
|
|
@ -911,6 +911,7 @@ DeepRegion::and_with_impl (const DeepRegion *other, db::PropertyConstraint prope
|
|||
DeepLayer
|
||||
DeepRegion::not_with_impl (const DeepRegion *other, db::PropertyConstraint property_constraint) const
|
||||
{
|
||||
DeepLayer dl_out (deep_layer ().derived ());
|
||||
DeepLayer dl_prep;
|
||||
|
||||
// first run a local-only task, which is trivial if the layouts are the same
|
||||
|
|
@ -981,8 +982,6 @@ DeepRegion::not_with_impl (const DeepRegion *other, db::PropertyConstraint prope
|
|||
dl_prep = deep_layer ();
|
||||
}
|
||||
|
||||
DeepLayer dl_out (deep_layer ().derived ());
|
||||
|
||||
if (pc_skip (property_constraint)) {
|
||||
|
||||
db::BoolAndOrNotLocalOperation op (false);
|
||||
|
|
|
|||
Loading…
Reference in New Issue