Skip to content

Commit

Permalink
Update amr-wind/incflo_advance.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Michael B Kuhn <[email protected]>
  • Loading branch information
itopcuoglu and mbkuhn authored Oct 11, 2024
1 parent 712f5ef commit fca3d75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amr-wind/incflo_advance.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ void incflo::ApplyPredictor(bool incremental_projection, const int inonlin)
PrintMaxVelLocations("after nodal projection");
}
// ScratchField to store the old np1
if (inonlin > 0) {
if (inonlin > 0 && m_verbose > 0) {
auto vel_np1_old = m_repo.create_scratch_field(
"vel_np1_old", AMREX_SPACEDIM, 1, amr_wind::FieldLoc::CELL);

Expand Down

0 comments on commit fca3d75

Please sign in to comment.