Skip to content

Fix unlink particles in commonparticles

Chitsanu Khurewathanakul requested to merge bugfix-commonparticles into master

I came across some bug that makes StdLooseD02KsHH, StdLooseDplus, StdTightDplus not properly linked into the StandardParticles package. This MR fixes this linkage problem. This poses no problem to physics as other lines seem to use these particles via DataOnDemand, and none via direct import from StandardParticles.

Merge request reports