Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
asalmgren committed Jun 16, 2024
1 parent c86776b commit e49af79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/incflo_update_velocity.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,6 @@ void incflo::update_velocity (StepType step_type, Vector<MultiFab>& vel_eta, Vec
vel(i,j,k,2) = rho_old(i,j,k) * vel_o(i,j,k,2) + l_dt * (
l_half*(dvdt_o(i,j,k,2) + dvdt(i,j,k,2))
+ rho_nph(i,j,k) * vel_f(i,j,k,2) + divtau(i,j,k,2)););
if (i == 20 and j == 36) amrex::Print() <<" MOM " << vel(i,j,k,0) << std::endl;

AMREX_D_TERM(vel(i,j,k,0) /= rho_new(i,j,k);,
vel(i,j,k,1) /= rho_new(i,j,k);,
Expand Down

0 comments on commit e49af79

Please sign in to comment.