Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
  • Matthias Toggweiler's avatar
    Speed up gap crossing check in OPAL-CYCL with trivial changes: · bd41d12d
    Matthias Toggweiler authored
        - Inlined ParallelCyclotronTracker::checkGapCross into ::push
        - Convert perpendistance from mm to m, do calculations in m
        - Only compute distOld when necessary, stop if is already clear that
          no cross occurs
        - Integration timer for firstTurn.in example is more than 15 % smaller
          (LF and MTS profit from that, not yet RK4 because RK4 uses old function)
    bd41d12d