Skip to content

Commit

Permalink
clang format 17
Browse files Browse the repository at this point in the history
  • Loading branch information
wortiz committed Jun 10, 2024
1 parent 57e3c39 commit c7cc764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rf_solve_segregated.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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) {
Expand Down

0 comments on commit c7cc764

Please sign in to comment.