Skip to content

Commit

Permalink
Remove old abort (#2703)
Browse files Browse the repository at this point in the history
remove an old abort on jacobian for simplified-SDC
not only is it no longer true, it also did not work because
the extern runtime parameters were not initialized at this point
  • Loading branch information
zingale authored Jan 5, 2024
1 parent 3e624f0 commit 9aebb41
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Source/driver/Castro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,13 +324,6 @@ Castro::read_params ()
}
#endif

#ifdef REACTIONS
#ifdef SIMPLIFIED_SDC
if (jacobian == 1) {
amrex::Abort("Simplified SDC requires the numerical Jacobian now (jacobian = 2)");
}
#endif
#endif
// sanity checks

if (grown_factor < 1) {
Expand Down

0 comments on commit 9aebb41

Please sign in to comment.