IAP GITLAB

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

removed remnants from testing

parent c3863546
No related branches found
No related tags found
2 merge requests!91Resolve "define further classes of processes (MaintenanceProcess?)",!76Resolve "Handling of boundary crossings in geometry tree"
Pipeline #334 passed
......@@ -99,11 +99,10 @@ namespace corsika::cascade {
void Run() {
SetNodes();
while (!fStack.IsEmpty() && countSteps < maxSteps) {
while (!fStack.IsEmpty() && countSteps < maxSteps) {
while (!fStack.IsEmpty()) {
while (!fStack.IsEmpty()) {
auto pNext = fStack.GetNextParticle();
Step(pNext);
countSteps++;
}
// do cascade equations, which can put new particles on Stack,
// thus, the double loop
......
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