IAP GITLAB

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

clang

parent 0ba5f830
No related branches found
No related tags found
1 merge request!586Resolve "Make EnergyLossWriter not require nbins"
Pipeline #12261 passed
......@@ -22,7 +22,9 @@ namespace corsika {
inline EnergyLossWriter<TOutput>::EnergyLossWriter(ShowerAxis const& axis,
GrammageType dX,
GrammageType dX_threshold)
: EnergyLossWriter<TOutput>{axis, static_cast<unsigned int>(axis.getMaximumX() / dX) + 1, dX, dX_threshold} {}
: EnergyLossWriter<TOutput>{axis,
static_cast<unsigned int>(axis.getMaximumX() / dX) + 1,
dX, dX_threshold} {}
template <typename TOutput>
inline EnergyLossWriter<TOutput>::EnergyLossWriter(ShowerAxis const& axis,
......
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