mirror of https://github.com/KLayout/klayout.git
Fixed an edit bug.
This commit is contained in:
parent
bd5fbc065a
commit
5e70f4fa03
|
|
@ -603,6 +603,8 @@ std::string NetlistSpiceReader::read_name_with_case (tl::Extractor &ex)
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
return nn;
|
||||
}
|
||||
|
||||
std::string NetlistSpiceReader::read_name (tl::Extractor &ex)
|
||||
|
|
|
|||
Loading…
Reference in New Issue