From c36826e54fab2e4061b853388b8d343a0d756c8b Mon Sep 17 00:00:00 2001 From: Andreas Adelmann <andreas.adelmann@psi.ch> Date: Fri, 21 Jun 2024 00:27:47 +0200 Subject: [PATCH] cleanup --- src/Algorithms/ParallelTracker.cpp | 2 -- src/Track/TrackRun.cpp | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/Algorithms/ParallelTracker.cpp b/src/Algorithms/ParallelTracker.cpp index 65c1cd4fa..e75fa7edb 100644 --- a/src/Algorithms/ParallelTracker.cpp +++ b/src/Algorithms/ParallelTracker.cpp @@ -390,7 +390,6 @@ void ParallelTracker::execute() { changeDT(back_track); for (; step < trackSteps; ++step) { - *gmsg << "at the beginning of loop " << endl; Vector_t<double, 3> rmin(0.0), rmax(0.0); if (itsBunch_m->getTotalNum() > 0) { itsBunch_m->get_bounds(rmin, rmax); @@ -442,7 +441,6 @@ void ParallelTracker::execute() { if (std::abs(stepSizes_m.getZStop() - pathLength_m) < 0.5 * driftPerTimeStep) { break; } - *gmsg << "at the end of loop pathLength_m= " << pathLength_m << endl; } if (globalEOL_m) diff --git a/src/Track/TrackRun.cpp b/src/Track/TrackRun.cpp index 514442a70..4cca36d5e 100644 --- a/src/Track/TrackRun.cpp +++ b/src/Track/TrackRun.cpp @@ -360,8 +360,6 @@ void TrackRun::execute() { Attributes::getBool(itsAttr[TRACKRUN::TRACKBACK]), Track::block->localTimeSteps, Track::block->zstart, Track::block->zstop, Track::block->dT); - *gmsg << "* Parallel Tracker created ... " << endl; - itsTracker_m->execute(); /* -- GitLab