diff options
Diffstat (limited to 'Source/Particles/ParticleBoundaryBuffer.H')
-rw-r--r-- | Source/Particles/ParticleBoundaryBuffer.H | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Source/Particles/ParticleBoundaryBuffer.H b/Source/Particles/ParticleBoundaryBuffer.H index 2e40f572c..7099ef4d6 100644 --- a/Source/Particles/ParticleBoundaryBuffer.H +++ b/Source/Particles/ParticleBoundaryBuffer.H @@ -44,15 +44,15 @@ public: void redistribute (); void clearParticles (); - void clearParticles (int const i); + void clearParticles (int i); void printNumParticles () const; - int getNumParticlesInContainer(const std::string species_name, int boundary, bool local); + int getNumParticlesInContainer(std::string species_name, int boundary, bool local); - PinnedMemoryParticleContainer& getParticleBuffer(const std::string species_name, int boundary); + PinnedMemoryParticleContainer& getParticleBuffer(std::string species_name, int boundary); - PinnedMemoryParticleContainer* getParticleBufferPointer(const std::string species_name, int boundary); + PinnedMemoryParticleContainer* getParticleBufferPointer(std::string species_name, int boundary); static constexpr int numBoundaries () { return AMREX_SPACEDIM*2 |