diff options
author | 2020-01-31 15:01:07 -0800 | |
---|---|---|
committer | 2020-01-31 15:01:07 -0800 | |
commit | 03c435450c8a340af1d55c6953ce7e2812c681b8 (patch) | |
tree | ecf30b938ed03a14a98a78916f136752229c7283 /Source/Particles/PhysicalParticleContainer.cpp | |
parent | fad21f679dc5392a67750b66601c7f73923e4ca0 (diff) | |
download | WarpX-03c435450c8a340af1d55c6953ce7e2812c681b8.tar.gz WarpX-03c435450c8a340af1d55c6953ce7e2812c681b8.tar.zst WarpX-03c435450c8a340af1d55c6953ce7e2812c681b8.zip |
fix EOL whitespace
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index ac55bb9a7..7da0722aa 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -375,7 +375,7 @@ PhysicalParticleContainer::AddPlasma (int lev, RealBox part_realbox) #endif defineAllParticleTiles(); - + MultiFab* cost = WarpX::getCosts(lev); const int nlevs = numLevels(); |