Skip to content

Commit 9664f2a

Browse files
rois1995pcarruscag
andauthored
Update SU2_CFD/include/numerics/turbulent/transition/trans_sources.hpp
Co-authored-by: Pedro Gomes <38071223+pcarruscag@users.noreply.github.com>
1 parent fbb907e commit 9664f2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

SU2_CFD/include/numerics/turbulent/transition/trans_sources.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ class CSourcePieceWise_TransLM final : public CNumerics {
239239
Retheta_Error = fabs(Retheta_old - Corr_Ret) / Retheta_old;
240240

241241
if (Retheta_Error < 0.0000001) {
242-
iter = 101;
242+
break;
243243
}
244244

245245
Retheta_old = Corr_Ret;

0 commit comments

Comments
 (0)