Skip to content

Commit

Permalink
hook in Microphysics
Browse files Browse the repository at this point in the history
  • Loading branch information
zingale committed Jan 4, 2024
1 parent 0376144 commit aa8277c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
2 changes: 1 addition & 1 deletion Exec/Make.auto_source
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $(CASTRO_AUTO_SOURCE_DIR)/extern_parameters.H: $(EXTERN_PARAMETERS)
@if [ ! -d $(CASTRO_AUTO_SOURCE_DIR) ]; then mkdir -p $(CASTRO_AUTO_SOURCE_DIR); fi
$(MICROPHYSICS_HOME)/util/build_scripts/write_probin.py \
--cxx_prefix $(CASTRO_AUTO_SOURCE_DIR)/extern --use_namespace \
--pa "$(EXTERN_PARAMETERS)"
--pa "$(EXTERN_PARAMETERS)" --constexpr


#------------------------------------------------------------------------------
Expand Down
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 aa8277c

Please sign in to comment.