IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 546e34d4 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

deleted comment

parent c4a5458d
No related branches found
No related tags found
No related merge requests found
...@@ -191,14 +191,6 @@ namespace corsika::cascade { ...@@ -191,14 +191,6 @@ namespace corsika::cascade {
step.LimitEndTo(min_distance); step.LimitEndTo(min_distance);
// particle.GetNode(); // previous VolumeNode
//~ particle.SetNode(
//~ currentLogicalNode); // NOTE @Max : here we need to distinguish: IF particle
//step is
// limited by tracking (via fTracking.GetTrack()), THEN we need
// to check/update VolumeNodes. In all other cases it is
// guaranteed that we are still in the same volume
// apply all continuous processes on particle + track // apply all continuous processes on particle + track
corsika::process::EProcessReturn status = corsika::process::EProcessReturn status =
fProcessSequence.DoContinuous(particle, step, fStack); fProcessSequence.DoContinuous(particle, step, fStack);
......
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