fix cgate ref

This commit is contained in:
Redo 2022-11-04 18:36:11 -06:00
parent e8208b2f34
commit 5e0d779600

View File

@ -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