diff options
author | 2019-10-11 15:35:27 +0200 | |
---|---|---|
committer | 2019-10-11 15:35:27 +0200 | |
commit | c6ba1eb9bdae6914f235211b65f5245c5f5c07ef (patch) | |
tree | 97a4b2fc71b1a85c2c51e63e42c2ffa3dc949756 /Source/Particles/PhysicalParticleContainer.cpp | |
parent | 178103ad97018f2566225c180f631e04edd01cec (diff) | |
download | WarpX-c6ba1eb9bdae6914f235211b65f5245c5f5c07ef.tar.gz WarpX-c6ba1eb9bdae6914f235211b65f5245c5f5c07ef.tar.zst WarpX-c6ba1eb9bdae6914f235211b65f5245c5f5c07ef.zip |
Style changes
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 32c5e5283..d10803320 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -511,7 +511,7 @@ PhysicalParticleContainer::AddPlasma (int lev, RealBox part_realbox) #ifdef WARPX_QED //Pointer to the optical depth component amrex::Real* p_tau; - + //If a QED effect is enabled, tau has to be initialized bool loc_has_quantum_sync = has_quantum_sync(); bool loc_has_breit_wheeler = has_breit_wheeler(); @@ -529,7 +529,7 @@ PhysicalParticleContainer::AddPlasma (int lev, RealBox part_realbox) if(loc_has_breit_wheeler){ breit_wheeler_get_opt = shr_ptr_bw_engine->build_optical_depth_functor(); - } + } #endif const GpuArray<Real,AMREX_SPACEDIM> overlap_corner |