Skip to content

Commit

Permalink
fixed bad merge
Browse files Browse the repository at this point in the history
  • Loading branch information
atmyers committed Jan 5, 2024
1 parent a931bc5 commit f06a9c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/Diagnostics/WarpXOpenPMD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -877,11 +877,7 @@ WarpXOpenPMDPlot::SaveRealProperty (ParticleIter& pti,

{
auto const numParticleOnTile = pti.numParticles();
<<<<<<< HEAD
uint64_t const numParticleOnTile64 = static_cast<uint64_t>( numParticleOnTile );
=======
auto const numParticleOnTile64 = static_cast<uint64_t>(numParticleOnTile);
>>>>>>> 514df482be5a2565be56acf5fc4b9bcc9d89273b
auto const& soa = pti.GetStructOfArrays();

auto const getComponentRecord = [&currSpecies](std::string const comp_name) {
Expand Down

0 comments on commit f06a9c7

Please sign in to comment.