mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-08 12:13:41 +02:00
WIP: a bit of simplification, renaming of methods, parents for subcircuits, devices. References for circuits pointing to subcircuits.
This commit is contained in:
@@ -54,6 +54,7 @@ namespace {
|
||||
{
|
||||
public:
|
||||
DummyDeviceExtractor ()
|
||||
: db::NetlistDeviceExtractor (std::string ("DUMMY"))
|
||||
{
|
||||
error ("msg1");
|
||||
error ("msg2", db::Box (0, 1, 2, 3));
|
||||
|
||||
Reference in New Issue
Block a user