diff --git a/src/rf_solve_segregated.c b/src/rf_solve_segregated.c index 9a13b0b3..6dcb1dbb 100644 --- a/src/rf_solve_segregated.c +++ b/src/rf_solve_segregated.c @@ -2412,7 +2412,7 @@ void solve_problem_segregated(Exo_DB *exo, /* ptr to the finite element mesh dat } } - } /* if(converged && success_dt) */ + } /* if(converged && success_dt) */ else /* not converged or unsuccessful time step */ { /* Set bit TRUE in next line to enable retries for failed first @@ -2490,7 +2490,7 @@ void solve_problem_segregated(Exo_DB *exo, /* ptr to the finite element mesh dat break; } } /* end of time step loop */ - } /* end of if steady else transient */ + } /* end of if steady else transient */ free_and_clear: if (timestep_subcycle) {