IAP GITLAB

Skip to content
Snippets Groups Projects
Commit c0909e33 authored by ralfulrich's avatar ralfulrich Committed by Ralf Ulrich
Browse files

a bit more careful

parent c82ffdb9
No related branches found
No related tags found
No related merge requests found
...@@ -193,7 +193,7 @@ namespace corsika { ...@@ -193,7 +193,7 @@ namespace corsika {
return Intersections(); return Intersections();
} }
if (gyroradius > 100 * trackDist) { if (gyroradius > 1000 * trackDist) {
// the bending is negligible, use straight intersections instead // the bending is negligible, use straight intersections instead
return tracking_line::Tracking::intersect(particle, sphere); return tracking_line::Tracking::intersect(particle, sphere);
} }
......
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