Skip to content

Commit

Permalink
Fix this version of WritePlotFile to use SuperParticle, as expected b…
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers authored Jul 26, 2023
1 parent e0583fb commit a3b69fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Particle/AMReX_ParticleIO.H
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ ParticleContainer_impl<ParticleType, NArrayReal, NArrayInt, Allocator>
WriteBinaryParticleData(dir, name,
write_real_comp, write_int_comp,
real_comp_names, int_comp_names,
[=] AMREX_GPU_HOST_DEVICE (const ParticleType& p)
[=] AMREX_GPU_HOST_DEVICE (const SuperParticleType& p)
{
return p.id() > 0;
});
Expand Down

0 comments on commit a3b69fa

Please sign in to comment.