Skip to content

Commit 8d70fda

Browse files
committed
Update CSolver.cpp
Signed-off-by: shbhmexe <[email protected]>
1 parent ba3e1e8 commit 8d70fda

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SU2_CFD/src/solvers/CSolver.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3383,6 +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!
33863387
text_line.erase (0,9); InnerIter_ = atoi(text_line.c_str());
33873388
}
33883389

0 commit comments

Comments
 (0)