IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 12790a84 authored by André Schmidt's avatar André Schmidt Committed by ralfulrich
Browse files

Update Cascade.h

parent e537430f
No related branches found
No related tags found
No related merge requests found
...@@ -227,7 +227,7 @@ namespace corsika::cascade { ...@@ -227,7 +227,7 @@ namespace corsika::cascade {
std::cout << "distance_max=" << distance_max << std::endl; std::cout << "distance_max=" << distance_max << std::endl;
// take minimum of geometry, interaction, decay for next step // take minimum of geometry, interaction, decay for next step
auto const min_distance =std::min( auto const min_distance = std::min(
{distance_interact, distance_decay, distance_max, geomMaxLength, magMaxLength}); {distance_interact, distance_decay, distance_max, geomMaxLength, magMaxLength});
C8LOG_DEBUG("transport particle by : {} m", min_distance / 1_m); C8LOG_DEBUG("transport particle by : {} m", min_distance / 1_m);
......
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