Skip to content

Commit 5976958

Browse files
author
Paul Kienzle
committed
fix typo in code comment for angle generator
1 parent bc0e296 commit 5976958

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

explore/angles.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,8 @@ def print_steps(jitter, jitter_inv, view, view_inv, qc_only):
223223
)
224224

225225
comment("\n**** qab from qc ****")
226-
# The indirect calculation of qab is better than directly c
227-
# alculating qab^2 = qa^2 + qb^2 since qc can be computed
226+
# The indirect calculation of qab is better than directly
227+
# calculating qab^2 = qa^2 + qb^2 since qc can be computed
228228
# as qc = M31*qx + M32*qy, thus requiring only two elements
229229
# of the rotation matrix.
230230
#vprint(qab, sqrt(qa**2 + qb**2), "Direct calculation of qab")

0 commit comments

Comments
 (0)