Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RevathiJambunathan committed Dec 18, 2023
1 parent 0b69e1c commit 8ff3c78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Source/Particles/MultiParticleContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2151,8 +2151,8 @@ MultiParticleContainer::PulsarPairInjection ()
);
continue;
}
if ( ! ( ( rad > pulsar_particle_injection_rmin) &&
( rad < pulsar_particle_injection_rmax) )) {
if ( ! ( ( rad > pulsar_particle_inject_rmin) &&
( rad < pulsar_particle_inject_rmax) )) {
ZeroInitializeAndSetNegativeID(p_sp1, pa_sp1, ip
#ifdef WARPX_QED
,loc_has_quantum_sync_sp1, p_optical_depth_QSR_sp1
Expand Down

0 comments on commit 8ff3c78

Please sign in to comment.