IAP GITLAB

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

style

parent 61cd7c65
No related branches found
No related tags found
1 merge request!321Resolve "Weird LongitudinalProfile"
Pipeline #3533 passed
...@@ -177,7 +177,7 @@ namespace corsika { ...@@ -177,7 +177,7 @@ namespace corsika {
if (numericallyInside) { if (numericallyInside) {
// there must be an entry (negative) and exit (positive) solution // there must be an entry (negative) and exit (positive) solution
if (dist < -0.0001_m) { // security margin to assure transfer to next if (dist < -0.0001_m) { // security margin to assure transfer to next
// logical volume // logical volume
if (first_entry == 0) { if (first_entry == 0) {
d_enter = dist; d_enter = dist;
} else { } else {
......
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