IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 9afd5ccc authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan: Committed by ralfulrich
Browse files

missing "using namespace"

parent 13f1d818
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
using namespace corsika::environment; using namespace corsika::environment;
using namespace corsika::units::si; using namespace corsika::units::si;
using namespace corsika;
GrammageType ShowerAxis::X(LengthType l) const { GrammageType ShowerAxis::X(LengthType l) const {
auto const fractionalBin = l / steplength_; auto const fractionalBin = l / steplength_;
......
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