IAP GITLAB

Skip to content
Snippets Groups Projects
Commit d12f3293 authored by Alan Coleman's avatar Alan Coleman Committed by Alan Coleman
Browse files

downgrade to TRACE

parent 0e4f91af
No related branches found
No related tags found
1 merge request!603Resolve "Downgrade warning for particles beyond shower axis"
Pipeline #12650 passed
......@@ -65,7 +65,7 @@ namespace corsika {
unsigned int const upper = lower + 1;
if (fractionalBin < 0) {
CORSIKA_LOG_DEBUG("cannot extrapolate to points behind point of injection l={} m",
CORSIKA_LOG_TRACE("cannot extrapolate to points behind point of injection l={} m",
l / 1_m);
if (throw_) {
throw std::runtime_error(
......@@ -75,7 +75,7 @@ namespace corsika {
}
if (upper >= X_.size()) {
CORSIKA_LOG_DEBUG(
CORSIKA_LOG_TRACE(
"shower axis too short, cannot extrapolate (l / max_length_ = {} )",
l / max_length_);
if (throw_) {
......
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