IAP GITLAB

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

Merge branch '377-particle-output-is-missing-a-space-between-two-fields' into 'master'

Resolve "Particle output is missing a space between two fields"

Closes #377

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