mirror of https://github.com/KLayout/klayout.git
Fixed an issue in the strmxor implementation (output_cell wasn't initialized)
This commit is contained in:
parent
0bc965dde9
commit
45c7b97549
|
|
@ -331,6 +331,7 @@ BD_PUBLIC int strmxor (int argc, char *argv[])
|
|||
xor_data.threads = threads;
|
||||
xor_data.tile_size = tile_size;
|
||||
xor_data.output_layout = output_layout.get ();
|
||||
xor_data.output_cell = output_top;
|
||||
xor_data.l2l_map = l2l_map;
|
||||
xor_data.results = &results;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue