diff options
author | 2019-10-11 15:26:35 +0200 | |
---|---|---|
committer | 2019-10-11 15:26:35 +0200 | |
commit | 178103ad97018f2566225c180f631e04edd01cec (patch) | |
tree | dab1f0417c165b8a4a9d8292d5427a85f7ec69df /Source/Particles/PhysicalParticleContainer.cpp | |
parent | 2cbb00e200bf52fdfc982d5c71ab8e54624bf9a1 (diff) | |
download | WarpX-178103ad97018f2566225c180f631e04edd01cec.tar.gz WarpX-178103ad97018f2566225c180f631e04edd01cec.tar.zst WarpX-178103ad97018f2566225c180f631e04edd01cec.zip |
Style changes
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r-- | Source/Particles/PhysicalParticleContainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp index 54e3f409f..32c5e5283 100644 --- a/Source/Particles/PhysicalParticleContainer.cpp +++ b/Source/Particles/PhysicalParticleContainer.cpp @@ -686,7 +686,7 @@ PhysicalParticleContainer::AddPlasma (int lev, RealBox part_realbox) if(loc_has_breit_wheeler){ p_tau[ip] = breit_wheeler_get_opt(); - } + } #endif u.x *= PhysConst::c; |