From 85216530dfee81884f00d1a2c97bdbc5e4ae5fd0 Mon Sep 17 00:00:00 2001 From: Aaron Huber Date: Fri, 12 Feb 2021 13:09:44 -0500 Subject: [PATCH] Fixed line 8 and line 11 of Iterative OnePass. --- hardness-app.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hardness-app.tex b/hardness-app.tex index cf9eba7..0d090dc 100644 --- a/hardness-app.tex +++ b/hardness-app.tex @@ -618,10 +618,10 @@ level 2/.style={sibling distance=0.7cm}, \State \gate.\prt $\gets \abs{\gate.\val}$ \ElsIf{\gate.\type $= \circmult$} \State \gate.\prt $\gets \gate_\linput.\prt \times \gate_\rinput.\prt$ - \Else \Comment{\gate.\type $= \circplus$} + \Else %\Comment{\gate.\type $= \circplus$} \State \gate.\prt $\gets \gate_\linput.\prt + \gate_\rinput.\prt$ \State \gate.\lwght $\gets \frac{\gate_\linput.\prt}{\gate.\prt}$ - \State \circuit.\rwght $\gets \frac{\gate_\rinput.\prt}{\gate.\prt}$ + \State \gate.\rwght $\gets \frac{\gate_\rinput.\prt}{\gate.\prt}$ \EndIf \State \vari{sum} $\gets \gate.\prt$ \EndFor