Skip to content

Commit

Permalink
Update MultiPlasma.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
EyaDammak authored Feb 5, 2025
1 parent 726c5af commit e5788f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/particles/plasma/MultiPlasma.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ MultiPlasma::AdvanceParticles (
const Fields & fields, amrex::Vector<amrex::Geometry> const& gm, bool temp_slice, int lev)
{
for (int i=0; i<m_nplasmas; i++) {
if (m_all_plasmas[i].do_push){
if (m_all_plasmas[i].m_do_push){
AdvancePlasmaParticles(m_all_plasmas[i], fields, gm, temp_slice, lev);
}
}
Expand Down

0 comments on commit e5788f7

Please sign in to comment.