Skip to content

Commit

Permalink
Make sure cosmology builds use SIMPLE integrator
Browse files Browse the repository at this point in the history
  • Loading branch information
bcaddy committed Jan 22, 2024
1 parent 0a17817 commit a640a76
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion builds/make.type.hydro
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,11 @@ DFLAGS += -DPLMC
DFLAGS += -DHLLC

# Integrator
# DFLAGS += -DSIMPLE
ifeq ($(findstring cosmology,$(TYPE)),cosmology)
DFLAGS += -DSIMPLE
else
DFLAGS += -DVL
endif

# Apply a density and temperature floor
DFLAGS += -DDENSITY_FLOOR
Expand Down

0 comments on commit a640a76

Please sign in to comment.