Skip to content

Commit

Permalink
remove unused vars
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Apr 2, 2024
1 parent 02b6c60 commit 0b94376
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/derive/incflo_derive.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,10 +176,6 @@ void incflo::ComputeMagVel (int lev, Real /*time*/, MultiFab& magvel, MultiFab c
const auto& flag_fab = flags.const_array();
amrex::ParallelFor(bx, [=] AMREX_GPU_DEVICE (int i, int j, int k) noexcept
{
constexpr Real c0 = Real(-1.5);
constexpr Real c1 = Real( 2.0);
constexpr Real c2 = Real(-0.5);

if (flag_fab(i,j,k).isCovered())
{
magvel_fab(i,j,k) = Real(0.0);
Expand Down

0 comments on commit 0b94376

Please sign in to comment.