diff options
Diffstat (limited to 'Source/Particles/ParticleBoundaryBuffer.H')
-rw-r--r-- | Source/Particles/ParticleBoundaryBuffer.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/ParticleBoundaryBuffer.H b/Source/Particles/ParticleBoundaryBuffer.H index 9f6ad9066..6026c1610 100644 --- a/Source/Particles/ParticleBoundaryBuffer.H +++ b/Source/Particles/ParticleBoundaryBuffer.H @@ -43,7 +43,7 @@ public: void printNumParticles () const; - int getNumParticlesInContainer(const std::string species_name, int boundary); + int getNumParticlesInContainer(const std::string species_name, int boundary, bool local); PinnedMemoryParticleContainer& getParticleBuffer(const std::string species_name, int boundary); |