Skip to content

Commit

Permalink
Update amr-wind/utilities/console_io.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Marc T. Henry de Frahan <[email protected]>
  • Loading branch information
itopcuoglu and marchdf authored Oct 10, 2024
1 parent 14374d3 commit c40b101
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions amr-wind/utilities/console_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,8 +266,8 @@ void print_nonlinear_residual(
}
}

amrex::Print() << "Norm of change over advection iterations in u "
<< rms_vel[0] << " v " << rms_vel[1] << " w " << rms_vel[2]
amrex::Print() << "Norm of change over advection iterations in u: "
<< rms_vel[0] << ", v: " << rms_vel[1] << ", w: " << rms_vel[2]
<< std::endl;
}

Expand Down

0 comments on commit c40b101

Please sign in to comment.