mirror of https://github.com/KLayout/klayout.git
Merge pull request #492 from KLayout/issue-491
Issue #491 fixed (maybe)
This commit is contained in:
commit
161068c70a
|
|
@ -177,6 +177,8 @@ void LayoutToNetlistStandardReader::read_netlist (db::Netlist *netlist, db::Layo
|
|||
tl_assert (netlist != 0);
|
||||
}
|
||||
|
||||
db::LayoutLocker layout_locker (l2n ? l2n->internal_layout () : 0);
|
||||
|
||||
while (! at_end ()) {
|
||||
|
||||
if (test (skeys::version_key) || test (lkeys::version_key)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue