Skip to content

Commit

Permalink
Remove amrex::unused
Browse files Browse the repository at this point in the history
  • Loading branch information
dmontgomeryNREL committed Dec 17, 2024
1 parent 76a330a commit d86f5ae
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Exec/RegTests/EB_ODEQty/PeleLMeX_ProblemSpecificFunctions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ problem_modify_ext_sources(
Real src = prob_parm.ode_srcstrength * pow(10.0, n + 1) * B_n;
ext_src_arr[box_no](i, j, k, FIRSTODE + n) += src;
}
// Ignore time as it is only used if composition_test = 1
amrex::ignore_unused(time);
}

// Source terms for composition test
Expand All @@ -68,9 +66,6 @@ problem_modify_ext_sources(

ext_src_arr[box_no](i, j, k, FIRSTSPEC + CO2_ID) += src;
ext_src_arr[box_no](i, j, k, DENSITY) += src;

// Ignore state_old_arr as it is only used if ode_qty_test = 1
amrex::ignore_unused(state_old_arr);
}
});
Gpu::streamSynchronize();
Expand Down

0 comments on commit d86f5ae

Please sign in to comment.