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
Commit 1dc6d943 authored by Christof Metzger-Kraus's avatar Christof Metzger-Kraus
Browse files

fixing problem with deletion of surface physics handlers

parent a5c2bab0
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,6 @@ ParallelTTracker::ParallelTTracker(const Beamline &beamline,
}
ParallelTTracker::~ParallelTTracker() {
}
void ParallelTTracker::visitBeamline(const Beamline &bl) {
......@@ -758,10 +757,8 @@ void ParallelTTracker::computeParticleMatterInteraction(IndexMap::value_t elemen
leftBehindSPHandlers.begin());
leftBehindSPHandlers.resize(last - leftBehindSPHandlers.begin());
for (auto it: leftBehindSPHandlers) {
if (!it->stillActive()) {
it = NULL;
activeSurfacePhysicsHandlers_m.erase(it);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment