From af624d114d3bbf9d8cf197693096114a2877dcd0 Mon Sep 17 00:00:00 2001 From: ralfulrich <ralf.ulrich@kit.edu> Date: Wed, 9 Jun 2021 08:49:24 +0200 Subject: [PATCH] added comment --- corsika/detail/modules/tracking/TrackingLeapFrogCurved.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corsika/detail/modules/tracking/TrackingLeapFrogCurved.inl b/corsika/detail/modules/tracking/TrackingLeapFrogCurved.inl index a6553a71d..1ede8cc98 100644 --- a/corsika/detail/modules/tracking/TrackingLeapFrogCurved.inl +++ b/corsika/detail/modules/tracking/TrackingLeapFrogCurved.inl @@ -104,7 +104,7 @@ namespace corsika { LengthType const gyroradius = (convert_HEP_to_SI<MassType::dimension_type>(p_perp) * constants::c / (abs(charge) * magnitudeB)); - double const maxRadians = 0.01; + double const maxRadians = 0.01; // maximal allowed deflection LengthType const steplimit = 2 * cos(maxRadians) * sin(maxRadians) * gyroradius; TimeType const steplimit_time = steplimit / initialVelocity.getNorm(); CORSIKA_LOG_DEBUG("gyroradius {}, steplimit: {} = {}", gyroradius, steplimit, -- GitLab