Skip to content

Commit

Permalink
wdmerger: disable hybrid momentum by default (#2931)
Browse files Browse the repository at this point in the history
we are not using it, so we shouldn't bother computing and storing
the hybrid components
  • Loading branch information
zingale committed Jul 28, 2024
1 parent d9c9502 commit 3fd2d9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Exec/science/wdmerger/GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ NUM_MODELS = 2
# define the location of the CASTRO top directory
CASTRO_HOME ?= ../../..

# Turn on hybrid momentum, but note that it only is used in 3D at present.
# Turn on hybrid momentum? but note that it only is used in 3D at present.

ifeq ($(DIM), 3)
USE_HYBRID_MOMENTUM ?= TRUE
USE_HYBRID_MOMENTUM ?= FALSE
endif

# Set the default integrator for the burner.
Expand Down

0 comments on commit 3fd2d9c

Please sign in to comment.