Skip to content

Commit a4d1264

Browse files
authored
Update SU2_CFD/src/solvers/CNSSolver.cpp
1 parent dda4df0 commit a4d1264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SU2_CFD/src/solvers/CNSSolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1037,7 +1037,7 @@ void CNSSolver::SetTau_Wall_WF(CGeometry *geometry, CSolver **solver_container,
10371037

10381038
if (smallYPlusCounter)
10391039
cout << "y+ < " << config->GetwallModel_MinYPlus() << " in " << smallYPlusCounter
1040-
<< " points. No problem, but you can increase your near-wallmesh size." << endl;
1040+
<< " points. No problem, but you can increase your near-wall mesh size." << endl;
10411041
}
10421042
}
10431043
END_SU2_OMP_SAFE_GLOBAL_ACCESS

0 commit comments

Comments
 (0)