Skip to content

Commit ef4d94f

Browse files
committed
with proper indents
1 parent 65d7f28 commit ef4d94f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyat/at/physics/linear.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,8 @@ def unwrap(mu):
328328
if get_chrom or get_w:
329329
warnings.warn(AtWarning("'get_chrom' and 'get_w' are ignored in "
330330
"transfer-line mode"))
331-
get_chrom = False
332-
get_w = False
331+
get_chrom = False
332+
get_w = False
333333
orbit, sigma, d0 = build_sigma(twiss_in, orbit)
334334
dorbit = numpy.hstack((0.5*dp_step*d0, 0.5*dp_step, 0.0))
335335
# Get 1-turn transfer matrix

0 commit comments

Comments
 (0)