Skip to content

Commit

Permalink
Remove redundant using-directive
Browse files Browse the repository at this point in the history
  • Loading branch information
EZoni authored Sep 18, 2024
1 parent 0615220 commit 020088c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Source/Particles/PhysicalParticleContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1762,7 +1762,6 @@ PhysicalParticleContainer::Evolve (ablastr::fields::MultiFabRegister& fields,
const iMultiFab* current_masks = WarpX::CurrentBufferMasks(lev);
const iMultiFab* gather_masks = WarpX::GatherBufferMasks(lev);

using ablastr::fields::Direction;
const bool has_rho = fields.has("rho_fp", lev);
const bool has_cjx = fields.has("current_buf", Direction{0}, lev);
const bool has_cEx = fields.has("Efield_cax", Direction{0}, lev);
Expand Down

0 comments on commit 020088c

Please sign in to comment.