Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Jun 17, 2024
1 parent 0f2159b commit 6bbc176
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/incflo_update_density.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ void incflo::update_density (StepType step_type)
Box const& bx = mfi.tilebox();
Array4<Real const> const& rho_old = ld.density_o.const_array(mfi);
Array4<Real > const& rho_new = ld.density.array(mfi);
Array4<Real > const& rho_nph = ld.density_nph.array(mfi);
Array4<Real const> const& drdt_o = ld.conv_density_o.const_array(mfi);

if (step_type == StepType::Predictor) {
Expand Down

0 comments on commit 6bbc176

Please sign in to comment.