IAP GITLAB

Skip to content
Snippets Groups Projects
Commit f83b2f8c authored by ralfulrich's avatar ralfulrich Committed by Maximilian Reininghaus
Browse files

style

parent 8fc06030
No related branches found
No related tags found
No related merge requests found
......@@ -184,9 +184,9 @@ namespace corsika {
energy * 0.99, // either 10% relative loss max., or
get_energy_threshold(vParticle.getPID()) // energy thresholds globally defined for
// individual particles
*
0.99999 // need to go 1% below global e-cut to assure removal in ParticleCut. The
// 1% does not matter since at cut-time the entire energy is removed.
* 0.99999 // need to go 1% below global e-cut to assure removal in
// ParticleCut. The 1% does not matter since at cut-time the entire
// energy is removed.
);
auto const maxGrammage = (vParticle.getEnergy() - energy_lim) / dEdX;
......
......@@ -278,8 +278,8 @@ namespace corsika {
std::vector<double> const deltaLs = solve_quadratic_real(denom, p, q);
CORSIKA_LOG_TRACE("deltaLs=[{}]", fmt::join(deltaLs, ", "));
CORSIKA_LOG_TRACE("deltaLs=[{}]", fmt::join(deltaLs, ", "));
if (deltaLs.size() == 0) {
return Intersections(std::numeric_limits<double>::infinity() * 1_s);
}
......
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