diff options
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; |