aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-06-05 20:30:33 +0000
committerrhaas <rhaas@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2012-06-05 20:30:33 +0000
commite45b340a578276540e8d1707d45c5db27f0b2df5 (patch)
treef61530183bab7b4abf872dec0211b579f7a2c7d1 /src/make.code.defn
parent052db9672c237ddbf5f1e15c48bc0159d4a92c02 (diff)
GRHydro: Schedule AtmosphereReset in LAST Mol_PostStep
This saves some syncs. This also gets rid of the akward parameter "disable_sync_and_tmunu_after_mol". Original patch by Christian Reisswig. Adapted to not rely on MoL support by Roland Haas. Bug fixed by Christian Reisswig. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@343 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 45ca16a..395ff82 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -63,6 +63,7 @@ SRCS = Utils.F90 \
GRHydro_PPMMReconstruct_drv.F90\
GRHydro_ENOReconstruct_drv.F90\
GRHydro_PPMReconstruct_drv.F90\
+ GRHydro_LastMoLPostStep.c\
GRHydro_TVDReconstruct_drv.F90