@@ -88,7 +88,7 @@ Index filterCopyTransformParticles (DstPC& pc, DstTile& dst, SrcTile& src,
8888 ParticleCreation::DefaultInitializeRuntimeAttributes (dst,
8989 0 , 0 ,
9090 pc.getUserRealAttribs (), pc.getUserIntAttribs (),
91- pc.GetRealSoANames (), pc.getParticleiComps (),
91+ pc.GetRealSoANames (), pc.GetIntSoANames (),
9292 pc.getUserRealAttribParser (),
9393 pc.getUserIntAttribParser (),
9494#ifdef WARPX_QED
@@ -258,7 +258,7 @@ Index filterCopyTransformParticles (DstPC& pc1, DstPC& pc2, DstTile& dst1, DstTi
258258 ParticleCreation::DefaultInitializeRuntimeAttributes (dst1,
259259 0 , 0 ,
260260 pc1.getUserRealAttribs (), pc1.getUserIntAttribs (),
261- pc1.GetRealSoANames (), pc1.getParticleiComps (),
261+ pc1.GetRealSoANames (), pc1.GetIntSoANames (),
262262 pc1.getUserRealAttribParser (),
263263 pc1.getUserIntAttribParser (),
264264#ifdef WARPX_QED
@@ -272,7 +272,7 @@ Index filterCopyTransformParticles (DstPC& pc1, DstPC& pc2, DstTile& dst1, DstTi
272272 ParticleCreation::DefaultInitializeRuntimeAttributes (dst2,
273273 0 , 0 ,
274274 pc2.getUserRealAttribs (), pc2.getUserIntAttribs (),
275- pc2.GetRealSoANames (), pc2.getParticleiComps (),
275+ pc2.GetRealSoANames (), pc2.GetIntSoANames (),
276276 pc2.getUserRealAttribParser (),
277277 pc2.getUserIntAttribParser (),
278278#ifdef WARPX_QED
0 commit comments