We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65d7f28 commit ef4d94fCopy full SHA for ef4d94f
pyat/at/physics/linear.py
@@ -328,8 +328,8 @@ def unwrap(mu):
328
if get_chrom or get_w:
329
warnings.warn(AtWarning("'get_chrom' and 'get_w' are ignored in "
330
"transfer-line mode"))
331
- get_chrom = False
332
- get_w = False
+ get_chrom = False
+ get_w = False
333
orbit, sigma, d0 = build_sigma(twiss_in, orbit)
334
dorbit = numpy.hstack((0.5*dp_step*d0, 0.5*dp_step, 0.0))
335
# Get 1-turn transfer matrix
0 commit comments