Skip to content

Commit

Permalink
refineplasma not a static var
Browse files Browse the repository at this point in the history
  • Loading branch information
RevathiJambunathan committed Apr 9, 2024
1 parent 1bb6369 commit 59e9012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Particles/PhysicalParticleContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -978,7 +978,7 @@ PhysicalParticleContainer::AddPlasma (PlasmaInjector const& plasma_injector, int
rrfac = m_gdb->refRatio(0);
fine_injection_box.coarsen(rrfac);
}
static bool refineplasma = false;
bool refineplasma = false;
amrex::ParticleLocator<amrex::DenseBins<amrex::Box> > refinepatch_locator;
if (WarpX::refineAddplasma)
{
Expand Down

0 comments on commit 59e9012

Please sign in to comment.