From 546e34d483c095eeccbb99cff2f362ecfdf90c8f Mon Sep 17 00:00:00 2001
From: Maximilian Reininghaus <maximilian.reininghaus@kit.edu>
Date: Fri, 15 Feb 2019 16:25:44 +0100
Subject: [PATCH] deleted comment

---
 Framework/Cascade/Cascade.h | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/Framework/Cascade/Cascade.h b/Framework/Cascade/Cascade.h
index e89409e9..e4a79f7c 100644
--- a/Framework/Cascade/Cascade.h
+++ b/Framework/Cascade/Cascade.h
@@ -191,14 +191,6 @@ namespace corsika::cascade {
 
       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
       corsika::process::EProcessReturn status =
           fProcessSequence.DoContinuous(particle, step, fStack);
-- 
GitLab