Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Nov 6, 2024
1 parent 7a11a30 commit e78f1e1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/driver/Castro.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -416,9 +416,11 @@ Castro::read_params ()
#endif

#ifndef SHOCK_VAR
#ifdef REACTIONS
if (disable_shock_burning != 0) {
amrex::Error("ERROR: disable_shock_burning requires compiling with USE_SHOCK_VAR=TRUE");
}
#endif
#endif

if (riemann_solver == 1) {
Expand Down

0 comments on commit e78f1e1

Please sign in to comment.