aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp
diff options
context:
space:
mode:
authorGravatar Neïl Zaim <49716072+NeilZaim@users.noreply.github.com> 2021-04-29 18:34:10 +0200
committerGravatar GitHub <noreply@github.com> 2021-04-29 09:34:10 -0700
commitcd6fa6142e82b42924e03cf3879886205ae96ebe (patch)
tree08a82b407d157f31fb05ec28160bca4c6eea30ee /Source/Particles/PhysicalParticleContainer.cpp
parentc621ed7426614f3f41f58215b8950e615e1ce8bf (diff)
downloadWarpX-cd6fa6142e82b42924e03cf3879886205ae96ebe.tar.gz
WarpX-cd6fa6142e82b42924e03cf3879886205ae96ebe.tar.zst
WarpX-cd6fa6142e82b42924e03cf3879886205ae96ebe.zip
Fix indentation when evolving QSR optical depth (#1922)
Diffstat (limited to '')
-rw-r--r--Source/Particles/PhysicalParticleContainer.cpp10
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
});