Skip to content

Commit

Permalink
Fix compilation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiLehe committed Jan 9, 2025
1 parent 79ed114 commit 8516d1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Source/FieldSolver/FiniteDifferenceSolver/EvolveE.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,10 +110,6 @@ void FiniteDifferenceSolver::EvolveECartesian (
amrex::MultiFab const* Ffield,
int lev, amrex::Real const dt ) {

#ifndef AMREX_USE_EB
amrex::ignore_unused(edge_lengths);
#endif

amrex::LayoutData<amrex::Real>* cost = WarpX::getCosts(lev);
Real constexpr c2 = PhysConst::c * PhysConst::c;

Expand Down

0 comments on commit 8516d1a

Please sign in to comment.