remove gate ffi struct
This commit is contained in:
@@ -195,7 +195,7 @@ function Group.setstate(group, state)
|
||||
local len = group.num_gates_update
|
||||
for i = 1, len do
|
||||
local gate = group.gates_update[i]
|
||||
if gate and gate.c.in_queue==0 then
|
||||
if gate and gate.in_queue==0 then
|
||||
Simulation.queuegate(sim, gate)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user