Skip to content

Commit e056a91

Browse files
authored
Update SU2_CFD/src/solvers/CSolver.cpp
1 parent d47e3fa commit e056a91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SU2_CFD/src/solvers/CSolver.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3383,7 +3383,7 @@ void CSolver::Read_SU2_Restart_Metadata(CGeometry *geometry, CConfig *config, bo
33833383

33843384
position = text_line.find ("ITER=",0);
33853385
if (position != string::npos) {
3386-
// TODO: 'ITER=' has 5 chars, not 9!
3386+
// TODO: 'ITER=' has 5 chars, not 9!
33873387
text_line.erase (0,9); InnerIter_ = atoi(text_line.c_str());
33883388
}
33893389

0 commit comments

Comments
 (0)