IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 01550f98 authored by Andre Schmidt's avatar Andre Schmidt Committed by ralfulrich
Browse files

add files

parent 9bc74cc6
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ namespace corsika::cascade {
LengthType const distance_max = fProcessSequence.MaxStepLength(vParticle, step);
std::cout << "distance_max=" << distance_max << std::endl;
// take minimum of geometry, interaction, decay, magnetic field for next step
// take minimum of geometry, interaction, decay for next step
auto const min_distance = std::min(
{distance_interact, distance_decay, distance_max, geomMaxLength});
......
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