Skip to content

Commit

Permalink
Merge remote-tracking branch 'anabramo/main' into release/v0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonlopaciuk committed Nov 1, 2022
2 parents 9b26e6e + d820177 commit 1c71bff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions xtrack/twiss.py
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,8 @@ def _build_auxiliary_tracker_with_extra_markers(tracker, at_s, marker_prefix,
global_xy_limit=tracker.global_xy_limit,
local_particle_src=tracker.local_particle_src
)
auxtracker.matrix_responsiveness_tol = tracker.matrix_responsiveness_tol
auxtracker.matrix_stability_tol = tracker.matrix_stability_tol

return auxtracker, names_inserted_markers

Expand Down

0 comments on commit 1c71bff

Please sign in to comment.