IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 581ba6f1 authored by ralfulrich's avatar ralfulrich
Browse files

Merge branch 'master' of gitlab.ikp.kit.edu:AirShowerPhysics/corsika

parents 22079618 e5906219
No related branches found
No related tags found
Loading
/** /**
* (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu * (c) Copyright 2018 CORSIKA Project, corsika-project@lists.kit.edu
* *
...@@ -53,7 +52,6 @@ namespace corsika::environment { ...@@ -53,7 +52,6 @@ namespace corsika::environment {
std::vector<float> weights(fractions.size()); std::vector<float> weights(fractions.size());
for (size_t i = 0; i < fractions.size(); ++i) { for (size_t i = 0; i < fractions.size(); ++i) {
std::cout << "HomogeneousMedium: fraction: " << fractions[i] << std::endl;
weights[i] = fractions[i] * sigma[i].magnitude(); weights[i] = fractions[i] * sigma[i].magnitude();
} }
......
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