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 committed Oct 10, 2024
1 parent 14374d3 commit 97185c7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions amr-wind/utilities/console_io.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ 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]
<< std::endl;
amrex::Print() << "Norm of change over advection iterations in u: "
<< rms_vel[0] << ", v: " << rms_vel[1]
<< ", w: " << rms_vel[2] << std::endl;
}

} // namespace amr_wind::io

0 comments on commit 97185c7

Please sign in to comment.