Skip to content

Commit fb0bd84

Browse files
committed
Removed extranous space from inline comment.
1 parent 03cc1bd commit fb0bd84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tutorial2x.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def dotS(n,S):
335335
G[0,0] = gdivl*(sinTpP + 2*sinT) - sinP*S[4]*(S[4] + 2*S[2])
336336
G[1,0] = gdivl*sinTpP + sinP*S[2]**2
337337
G = -G
338-
#... compute Y' = Ainv*G
338+
#... compute Y' = Ainv*G
339339
AinvG = Ainv.dot(G)
340340
#... load state vector values
341341
dS[1] = S[2]

0 commit comments

Comments
 (0)