Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Apr 2, 2024
1 parent 0b94376 commit c9f7a42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/derive/incflo_derive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ void incflo::ComputeMagVel (int lev, Real /*time*/, MultiFab& magvel, MultiFab c
#ifdef AMREX_USE_EB
const auto& fact = EBFactory(lev);
const auto& flags_mf = fact.getMultiEBCellFlagFab();
#else
amrex::ignore_unused(lev);
#endif

#ifdef _OPENMP
Expand Down Expand Up @@ -307,6 +309,8 @@ void incflo::ComputeMagVel (int lev, Real /*time*/, MultiFab& magvel, MultiFab c
#ifdef AMREX_USE_EB
const auto& fact = EBFactory(lev);
const auto& flags_mf = fact.getMultiEBCellFlagFab();
#else
amrex::ignore_unused(lev);
#endif

#ifdef _OPENMP
Expand Down

0 comments on commit c9f7a42

Please sign in to comment.