Skip to content
Snippets Groups Projects
Commit 3ac7bd3e authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

keep mcparticles

parent dd0d0107
No related branches found
No related tags found
1 merge request!89Resolve "Use mcparticles instead of mcparticles2"
......@@ -593,7 +593,9 @@ podout.outputCommands = [
"drop *ProtoClusters",
"drop outputParticles",
"drop InitTrackParams",
] + [ "drop " + c for c in sim_coll]
]
+ [ "drop " + c for c in sim_coll ]
+ [ "keep mcparticles" ]
algorithms.append(podout)
ApplicationMgr(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment