IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 741782fd authored by ralfulrich's avatar ralfulrich
Browse files

re-added missing reference

parent ce99b01e
No related branches found
No related tags found
No related merge requests found
...@@ -47,7 +47,7 @@ namespace corsika::cascade { ...@@ -47,7 +47,7 @@ namespace corsika::cascade {
void Run() { void Run() {
while (!fStack.IsEmpty()) { while (!fStack.IsEmpty()) {
while (!fStack.IsEmpty()) { while (!fStack.IsEmpty()) {
Particle pNext = *fStack.GetNextParticle(); Particle& pNext = *fStack.GetNextParticle();
Step(pNext); Step(pNext);
} }
// do cascade equations, which can put new particles on Stack, // do cascade equations, which can put new particles on Stack,
......
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