Skip to content

Commit

Permalink
(#349,#55) compiler warnings fixed in forcing.F90; remove STIR_FROM_F…
Browse files Browse the repository at this point in the history
…ILE ifdef and made it runtime option
  • Loading branch information
danieljprice committed Mar 22, 2023
1 parent 6d799bf commit 8444430
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Makefile_setups
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ endif
ifeq ($(SETUP), turbdrive)
# driven turbulence
ifeq ($(IND_TIMESTEPS), yes)
FPPFLAGS= -DPERIODIC -DCORRECT_BULK_MOTION -DSTIR_FROM_FILE
FPPFLAGS= -DPERIODIC -DCORRECT_BULK_MOTION
else
FPPFLAGS= -DPERIODIC # -DCORRECT_MEAN_FORCE
endif
Expand All @@ -122,7 +122,7 @@ endif

ifeq ($(SETUP), turb)
# driven supersonic turbulence (hydro, mhd, dusty)
FPPFLAGS = -DPERIODIC -DCORRECT_BULK_MOTION -DSTIR_FROM_FILE
FPPFLAGS = -DPERIODIC -DCORRECT_BULK_MOTION
SETUPFILE = setup_turb.f90
SRCTURB = forcing.F90
IND_TIMESTEPS = yes
Expand Down

0 comments on commit 8444430

Please sign in to comment.