IAP GITLAB

Skip to content
Snippets Groups Projects
Commit e4af680a authored by Maximilian Reininghaus's avatar Maximilian Reininghaus :vulcan: Committed by Ralf Ulrich
Browse files

re-enabled particle output

parent e2ab3d29
No related branches found
No related tags found
1 merge request!189Interaction histogram
Pipeline #1306 passed
...@@ -179,7 +179,8 @@ int main(int argc, char** argv) { ...@@ -179,7 +179,8 @@ int main(int argc, char** argv) {
Plane const obsPlane(Point(rootCS, 0_m, 0_m, observationHeight), Plane const obsPlane(Point(rootCS, 0_m, 0_m, observationHeight),
Vector<dimensionless_d>(rootCS, {0., 0., 1.})); Vector<dimensionless_d>(rootCS, {0., 0., 1.}));
process::observation_plane::ObservationPlane observationLevel(obsPlane, "/dev/null"); process::observation_plane::ObservationPlane observationLevel(obsPlane,
"particles.dat");
// assemble all processes into an ordered process list // assemble all processes into an ordered process list
......
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