IAP GITLAB

Skip to content
Snippets Groups Projects
Commit dad9c9ec authored by ralfulrich's avatar ralfulrich Committed by Ralf Ulrich
Browse files

fix exception in ShowerAxis

parent 19580d93
No related branches found
No related tags found
1 merge request!343Resolve "CorsikaFenvFallback"
...@@ -84,6 +84,7 @@ namespace corsika { ...@@ -84,6 +84,7 @@ namespace corsika {
l / max_length_); l / max_length_);
throw std::runtime_error(err.c_str()); throw std::runtime_error(err.c_str());
} }
return getMaximumX();
} }
CORSIKA_LOG_TRACE("showerAxis::X frac={}, fractionalBin={}, lower={}, upper={}", CORSIKA_LOG_TRACE("showerAxis::X frac={}, fractionalBin={}, lower={}, upper={}",
fraction, fractionalBin, lower, upper); fraction, fractionalBin, lower, upper);
......
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