Skip to content

Commit

Permalink
Update GNUmakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
aisclark91 committed Feb 23, 2025
1 parent 8ccf923 commit 565aeb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Exec/science/nova/GNUmakefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PRECISION = DOUBLE
PROFILE = FALSE
DEBUG = FALSE
DIM = 2
DIM = 3

COMP = gnu

Expand All @@ -10,7 +10,7 @@ USE_OMP = FALSE
USE_CUDA = FALSE

USE_REACT = TRUE
USE_DIFFUSION = TRUE
USE_DIFFUSION = FALSE
USE_GRAV = TRUE

CASTRO_HOME := ../../..
Expand All @@ -22,7 +22,7 @@ MAX_NPTS_MODEL = 20000
EOS_DIR := helmholtz

# This sets the network directory in $(MICROPHYSICS_HOME)/networks
NETWORK_DIR := nova2
NETWORK_DIR := nova

# Thi sets the conductivity EOS directory in $(MICROPHYSICS_HOME)/conductivity
CONDUCTIVITY_DIR := stellar
Expand Down

0 comments on commit 565aeb1

Please sign in to comment.