IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 177c262e authored by Nikos Karastathis's avatar Nikos Karastathis :ocean:
Browse files

revert back to maxRadians = 0.01

parent 28481fe9
No related branches found
No related tags found
1 merge request!329Radio interface
......@@ -89,7 +89,7 @@ namespace corsika {
// LCOV_EXCL_STOP
}
double const maxRadians = 0.1; // maximally allowed deflection
double const maxRadians = 0.01; // maximally 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,
......
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