IAP GITLAB

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

Update IMediumModel.h

parent 7bac03d6
No related branches found
No related tags found
No related merge requests found
Pipeline #253 passed
/** /**
* (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