Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Sep 21, 2023
1 parent 893c1cb commit f9be052
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Source/sdc/Castro_sdc_util.H
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ sdc_solve(const Real dt_m,
if (ierr != NEWTON_SUCCESS) {
Abort("Newton subcycling failed in sdc_solve");
}
#if 0
} else if (sdc_solver == VODE_SOLVE) {
// Use VODE to do the solution
sdc_vode_solve(dt_m, U_old, U_new, C, sdc_iteration);
Expand All @@ -89,7 +88,6 @@ sdc_solve(const Real dt_m,
if (ierr != NEWTON_SUCCESS) {
Abort("Newton failure in sdc_solve");
}
#endif
}
}

Expand Down

0 comments on commit f9be052

Please sign in to comment.