From da0b0b93a68919ee1014d0ddfcfc7b8e450ab20d Mon Sep 17 00:00:00 2001 From: giadarol Date: Mon, 13 Jun 2016 16:05:27 +0200 Subject: [PATCH] Hotfix: indent. typo in transverse_tracking_cython --- trackers/transverse_tracking_cython.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trackers/transverse_tracking_cython.pyx b/trackers/transverse_tracking_cython.pyx index 83a9db0f..dbfb971c 100644 --- a/trackers/transverse_tracking_cython.pyx +++ b/trackers/transverse_tracking_cython.pyx @@ -447,7 +447,7 @@ class TransverseMap(Printing): self.segment_maps.append(transverse_segment_map) def get_injection_optics(self): - """Return a dict with the transverse TWISS parameters + """Return a dict with the transverse TWISS parameters alpha_x, beta_x, D_x, alpha_y, beta_y, D_y from the beginning of the first segment (injection point). """