Skip to content

Commit

Permalink
Yet more fixes for QED
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgrote committed Oct 3, 2023
1 parent 44614d8 commit c053d38
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Source/Particles/MultiParticleContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1527,7 +1527,8 @@ void MultiParticleContainer::doQedBreitWheeler (int lev,
pti, lev, Ex.nGrowVect(),
Ex[pti], Ey[pti], Ez[pti],
Bx[pti], By[pti], Bz[pti],
m_E_external_particle, m_B_external_particle);
phys_pc_ptr->m_E_external_particle,
phys_pc_ptr->m_B_external_particle);

auto& src_tile = pc_source->ParticlesAt(lev, pti);
auto& dst_ele_tile = pc_product_ele->ParticlesAt(lev, pti);
Expand Down Expand Up @@ -1606,7 +1607,8 @@ void MultiParticleContainer::doQedQuantumSync (int lev,
pti, lev, Ex.nGrowVect(),
Ex[pti], Ey[pti], Ez[pti],
Bx[pti], By[pti], Bz[pti],
m_E_external_particle, m_B_external_particle);
phys_pc_ptr->m_E_external_particle,
phys_pc_ptr->m_B_external_particle);

auto& src_tile = pc_source->ParticlesAt(lev, pti);
auto& dst_tile = pc_product_phot->ParticlesAt(lev, pti);
Expand Down

0 comments on commit c053d38

Please sign in to comment.