diff options
author | 2021-04-29 18:34:10 +0200 | |
---|---|---|
committer | 2021-04-29 09:34:10 -0700 | |
commit | cd6fa6142e82b42924e03cf3879886205ae96ebe (patch) | |
tree | 08a82b407d157f31fb05ec28160bca4c6eea30ee /Source/Particles | |
parent | c621ed7426614f3f41f58215b8950e615e1ce8bf (diff) | |
download | WarpX-cd6fa6142e82b42924e03cf3879886205ae96ebe.tar.gz WarpX-cd6fa6142e82b42924e03cf3879886205ae96ebe.tar.zst WarpX-cd6fa6142e82b42924e03cf3879886205ae96ebe.zip |
Fix indentation when evolving QSR optical depth (#1922)
Diffstat (limited to 'Source/Particles')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index 681559fbc..be068f6a7 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -1905,11 +1905,11 @@ PhysicalParticleContainer::PushPX (WarpXParIter& pti, dt); #ifdef WARPX_QED - if (local_has_quantum_sync) { - evolve_opt(ux[ip], uy[ip], uz[ip], - Exp, Eyp, Ezp,Bxp, Byp, Bzp, - dt, p_optical_depth_QSR[ip]); - } + if (local_has_quantum_sync) { + evolve_opt(ux[ip], uy[ip], uz[ip], + Exp, Eyp, Ezp,Bxp, Byp, Bzp, + dt, p_optical_depth_QSR[ip]); + } #endif }); |