Skip to content

Commit 0af828b

Browse files
authored
else not needed due to continue
1 parent 9fe38b7 commit 0af828b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SU2_CFD/src/solvers/CNSSolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ void CNSSolver::SetTau_Wall_WF(CGeometry *geometry, CSolver **solver_container,
927927
smallYPlusCounter++;
928928
continue;
929929
}
930-
else while (fabs(diff) > tol) {
930+
while (fabs(diff) > tol) {
931931

932932
/*--- Friction velocity and u+ ---*/
933933

0 commit comments

Comments
 (0)