aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Source/Particles/Pusher/UpdateMomentumBorisWithRadiationReaction.H3
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/Particles/Pusher/UpdateMomentumBorisWithRadiationReaction.H b/Source/Particles/Pusher/UpdateMomentumBorisWithRadiationReaction.H
index 689619ec6..dd7c41a94 100644
--- a/Source/Particles/Pusher/UpdateMomentumBorisWithRadiationReaction.H
+++ b/Source/Particles/Pusher/UpdateMomentumBorisWithRadiationReaction.H
@@ -58,8 +58,7 @@ void UpdateMomentumBorisWithRadiationReaction(
//Radiation reaction constant
const amrex::Real RRcoeff =
- 2.0*std::pow(PhysConst::q_e,4)/
- (3.0*std::pow(PhysConst::m_e,2)*std::pow(PhysConst::c,5)) ; //CHECK CAREFULLY!
+ 2.0*std::pow(q,4)/(3.0*std::pow(m,2)*std::pow(PhysConst::c,5)) ; //CHECK CAREFULLY!
//Compute the components of the RR force
const amrex::Real frx =