Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgrote committed Sep 13, 2024
1 parent aae5faa commit 66009ee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/FieldSolver/WarpXPushFieldsHybridPIC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ void WarpX::HybridPICEvolveFields ()
}
}

ablastr::fields::MultiLevelVectorField const& Bfield_fp = m_fields.get_mr_levels_alldirs("Bfield_fp", finest_level);

// Push the B field from t=n to t=n+1/2 using the current and density
// at t=n, while updating the E field along with B using the electron
// momentum equation
Expand Down

0 comments on commit 66009ee

Please sign in to comment.