ISFParticleVector to ISFParticleContainer
Compare changes
Files
25@@ -11,6 +11,7 @@
@@ -21,6 +22,9 @@ namespace ISF {
Moving ISFParticleVector typedef to ISFParticleContainer.h
This MR is a preparation for a bigger change to ISF, which will require new typedefs for unique pointer containers of ISFParticles.
With new type-defs, this will avoid proliferation of .h-s and #includes & improve clarity.