diff options
author | 2020-04-28 10:58:28 -0700 | |
---|---|---|
committer | 2020-04-28 10:58:28 -0700 | |
commit | eed48168c350b9368ae811124883382c0c6cab68 (patch) | |
tree | b8d15dabb5640e01a7e67ba8b3ad607aaef13189 /Source/Particles/PhysicalParticleContainer.cpp | |
parent | 67aae2d1378e3a6b62cbee04671e399747a77f2b (diff) | |
download | WarpX-eed48168c350b9368ae811124883382c0c6cab68.tar.gz WarpX-eed48168c350b9368ae811124883382c0c6cab68.tar.zst WarpX-eed48168c350b9368ae811124883382c0c6cab68.zip |
Style change to match the standard (#957)
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 59b6c5ca3..66bd5678c 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -157,12 +157,12 @@ PhysicalParticleContainer::PhysicalParticleContainer (AmrCore* amr_core, int isp // Scale the velocity by the speed of light for (int i=0; i<3; i++) v_galilean[i] *= PhysConst::c; - #ifdef WARPX_QED +#ifdef WARPX_QED if(m_do_qed){ //Optical depths is always plotted if QED is on plot_flags[plot_flag_size-1] = 1; } - #endif +#endif // build filter functors m_do_random_filter = pp.query("random_fraction", m_random_fraction); |