aboutsummaryrefslogtreecommitdiff
path: root/Source/PhysicalParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Remi Lehe <remi.lehe@normalesup.org> 2017-11-27 15:54:57 -0800
committerGravatar Remi Lehe <remi.lehe@normalesup.org> 2017-11-27 15:54:57 -0800
commit289e66d7cbc4082bd51b745e0b9a4dc950930e68 (patch)
treec9e221f237bc9078866c96b68a78a0bf7eec2414 /Source/PhysicalParticleContainer.cpp
parentc582d4d4e22d9af865e1f892215d65c139507239 (diff)
downloadWarpX-289e66d7cbc4082bd51b745e0b9a4dc950930e68.tar.gz
WarpX-289e66d7cbc4082bd51b745e0b9a4dc950930e68.tar.zst
WarpX-289e66d7cbc4082bd51b745e0b9a4dc950930e68.zip
Take into account comments from @atmyers
Diffstat (limited to 'Source/PhysicalParticleContainer.cpp')
-rw-r--r--Source/PhysicalParticleContainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/PhysicalParticleContainer.cpp b/Source/PhysicalParticleContainer.cpp
index 49e9b7184..e5f6b0c82 100644
--- a/Source/PhysicalParticleContainer.cpp
+++ b/Source/PhysicalParticleContainer.cpp
@@ -186,7 +186,7 @@ PhysicalParticleContainer::AddPlasma(int lev, RealBox part_realbox )
const int grid_id = mfi.index();
const int tile_id = mfi.LocalTileIndex();
- // Loop through the cells of overlap_realbox and inject
+ // Loop through the cells of overlap_box and inject
// the corresponding particles
const auto& overlap_corner = overlap_realbox.lo();
for (IntVect iv = overlap_box.smallEnd();