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
Snippets Groups Projects

Resolve "OrbitThreader doesn't track far enough when TRACKBACK=true"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -247,7 +247,7 @@ void ParallelTTracker::execute() {
-rmin(2),
itsBunch_m->getT(),
(back_track? -minTimeStep: minTimeStep),
stepSizes_m.getFinalZStop() + std::copysign(1.0, dt) * 2 * rmax(2),
stepSizes_m.getFinalZStop() + std::copysign(1.0, itsBunch_m->getdT()) * 2 * rmax(2),
itsOpalBeamline_m);
oth.execute();
Loading