diff options
Diffstat (limited to 'Source/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/PhysicalParticleContainer.cpp | 2 |
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(); |