IAP GITLAB

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

remove redundant output

parent 650ee481
No related branches found
No related tags found
1 merge request!314Resolve "Particle output is missing a space between two fields"
Pipeline #3455 passed
...@@ -42,8 +42,7 @@ namespace corsika { ...@@ -42,8 +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 << '\n';
<< (pointOfIntersection - plane_.getCenter()).getNorm() / 1_m << '\n';
if (deleteOnHit_) { if (deleteOnHit_) {
count_ground_++; count_ground_++;
......
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