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

keep mcparticles

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