aboutsummaryrefslogtreecommitdiff
path: root/Source/Particles/PhysicalParticleContainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Particles/PhysicalParticleContainer.cpp')
-rw-r--r--Source/Particles/PhysicalParticleContainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/PhysicalParticleContainer.cpp b/Source/Particles/PhysicalParticleContainer.cpp
index c3f275f8d..e034a871c 100644
--- a/Source/Particles/PhysicalParticleContainer.cpp
+++ b/Source/Particles/PhysicalParticleContainer.cpp
@@ -2421,7 +2421,7 @@ PhysicalParticleContainer::buildIonizationMask (const amrex::MFIter& mfi, const
ParticleReal bx = ptd.m_rdata[PIdx::Bx][i];
ParticleReal by = ptd.m_rdata[PIdx::By][i];
ParticleReal bz = ptd.m_rdata[PIdx::Bz][i];
-
+
Real ga = std::sqrt(1. + (ux*ux + uy*uy + uz*uz) * c2_inv);
Real E = std::sqrt(
- ( ux*ex + uy*ey + uz*ez ) * ( ux*ex + uy*ey + uz*ez ) * c2_inv