diff options
Diffstat (limited to 'Source/Particles/Pusher/PushSelector.H')
-rw-r--r-- | Source/Particles/Pusher/PushSelector.H | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Particles/Pusher/PushSelector.H b/Source/Particles/Pusher/PushSelector.H index 149342b74..bd469b51b 100644 --- a/Source/Particles/Pusher/PushSelector.H +++ b/Source/Particles/Pusher/PushSelector.H @@ -69,7 +69,7 @@ void doParticlePush(const GetParticlePosition& GetPosition, if (do_crr) { #ifdef WARPX_QED if (do_sync) { - auto chi = QedUtils::chi_lepton(m*ux, m*uy, m*uz, + auto chi = QedUtils::chi_ele_pos(m*ux, m*uy, m*uz, Ex, Ey, Ez, Bx, By, Bz); if (chi < t_chi_max) { |