Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderSinn committed Nov 21, 2024
1 parent 0ab9f68 commit e80702a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/particles/plasma/PlasmaParticleContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -292,8 +292,6 @@ IonizationModule (const int lev,
amrex::Real const x_pos_offset = GetPosOffset(0, geom, slice_fab.box());
const amrex::Real y_pos_offset = GetPosOffset(1, geom, slice_fab.box());

const int depos_order_xy = Hipace::m_depos_order_xy;

auto& plevel_ion = GetParticles(0);
auto index = std::make_pair(mfi_ion.index(), mfi_ion.LocalTileIndex());
if(plevel_ion.find(index) == plevel_ion.end()) continue;
Expand Down

0 comments on commit e80702a

Please sign in to comment.