mirror of https://github.com/KLayout/klayout.git
Fixed compile issue happend during porting of Cell#transform from master to 0.26
This commit is contained in:
parent
5d70a5ade6
commit
af34116b81
|
|
@ -803,7 +803,7 @@ TEST(3c)
|
|||
{
|
||||
::pi = 0;
|
||||
|
||||
db::Manager m (true);
|
||||
db::Manager m;
|
||||
db::Layout g (&m);
|
||||
db::Cell &c0 (g.cell (g.add_cell ()));
|
||||
db::Cell &c1 (g.cell (g.add_cell ()));
|
||||
|
|
|
|||
Loading…
Reference in New Issue