fix cgate ref
This commit is contained in:
parent
e8208b2f34
commit
5e0d779600
@ -253,7 +253,7 @@ function Simulation.queuegate(sim, gate)
|
||||
end
|
||||
|
||||
function Simulation.queuegate_c(sim, cgate)
|
||||
local gate = Simulation.gate_from_cgate(cgate)
|
||||
local gate = Simulation.gate_from_cgate(sim, cgate)
|
||||
Simulation.queuegate(sim, gate)
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user