IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 650ee481 authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan:
Browse files

fix #377

parent 0a6a1805
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ namespace corsika { ...@@ -42,7 +42,7 @@ namespace corsika {
outputStream_ << static_cast<int>(get_PDG(particle.getPID())) << ' ' << energy / 1_eV outputStream_ << static_cast<int>(get_PDG(particle.getPID())) << ' ' << energy / 1_eV
<< ' ' << displacement.dot(xAxis_) / 1_m << ' ' << ' ' << displacement.dot(xAxis_) / 1_m << ' '
<< displacement.dot(yAxis_) / 1_m << displacement.dot(yAxis_) / 1_m << ' '
<< (pointOfIntersection - plane_.getCenter()).getNorm() / 1_m << '\n'; << (pointOfIntersection - plane_.getCenter()).getNorm() / 1_m << '\n';
if (deleteOnHit_) { if (deleteOnHit_) {
......
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