IAP GITLAB

Skip to content
Snippets Groups Projects

milestone2

Merged Ralf Ulrich requested to merge milestone2 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -47,7 +47,7 @@ namespace corsika::cascade {
void Run() {
while (!fStack.IsEmpty()) {
while (!fStack.IsEmpty()) {
Particle pNext = *fStack.GetNextParticle();
Particle& pNext = *fStack.GetNextParticle();
Step(pNext);
}
// do cascade equations, which can put new particles on Stack,
Loading