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