Skip to content

Commit

Permalink
Update ParticleBoundaryBuffer.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
EyaDammak authored Feb 20, 2024
1 parent f20398f commit 70625fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Particles/ParticleBoundaryBuffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,8 @@ void ParticleBoundaryBuffer::gatherParticles (MultiParticleContainer& mypc,
if (!buffer[i].isDefined())
{
buffer[i] = pc.make_alike<amrex::PinnedArenaAllocator>();
buffer[i].AddIntComp("step_scraped", false);
buffer[i].AddRealComp("time_scraped", false);
buffer[i].AddIntComp("stepScraped", false);
buffer[i].AddRealComp("timeScraped", false);
}
auto& species_buffer = buffer[i];
for (int lev = 0; lev < pc.numLevels(); ++lev)
Expand Down

0 comments on commit 70625fa

Please sign in to comment.