diff options
author | 2020-01-13 10:28:24 -0800 | |
---|---|---|
committer | 2020-01-13 10:28:24 -0800 | |
commit | fc98645e5fe7e1bb6a01ea925d87018e4f518419 (patch) | |
tree | 714137345909ff85cdb980c493e2a90ca1f74b36 /Source/Particles/PhysicalParticleContainer.cpp | |
parent | cbcdf651d51af5446a6c2f8a1c1f308d35c14f1c (diff) | |
download | WarpX-fc98645e5fe7e1bb6a01ea925d87018e4f518419.tar.gz WarpX-fc98645e5fe7e1bb6a01ea925d87018e4f518419.tar.zst WarpX-fc98645e5fe7e1bb6a01ea925d87018e4f518419.zip |
fix EOL whitespace
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index 2fea9133a..0d9d4fc1a 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -493,9 +493,9 @@ PhysicalParticleContainer::AddPlasma (int lev, RealBox part_realbox) // Update NextID to include particles created in this function int pid; -#ifdef _OPENMP +#ifdef _OPENMP #pragma omp critical (add_plasma_nextid) -#endif +#endif { pid = ParticleType::NextID(); ParticleType::NextID(pid+max_new_particles); |