aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-01-02 15:54:48 +0000
committercott <cott@c83d129a-5a75-4d5a-9c4d-ed3a5855bf45>2011-01-02 15:54:48 +0000
commit773870aa10318efa52d458bc25031c3bb8c85ebd (patch)
treeb2b2032b017818a538d3fd20d843dc193bc460c1
parent260396c573c815ff9699cc1d450551baadb633b3 (diff)
* change scheduling of GRHydro_EOSHandle from local to global.
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinEvolve/GRHydro/trunk@206 c83d129a-5a75-4d5a-9c4d-ed3a5855bf45
-rw-r--r--schedule.ccl2
1 files changed, 2 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 29b3f6a..19a15ff 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -235,11 +235,13 @@ SCHEDULE GRHydro_register_GZPatchSystem IN GZPatchSystem_register
schedule GRHydro_EOSHandle AT CCTK_INITIAL before HydroBase_Initial
{
LANG: C
+ OPTIONS: global
} "Set the EOS number"
schedule GRHydro_EOSHandle AT CCTK_POST_RECOVER_VARIABLES
{
LANG: C
+ OPTIONS: global
} "Set the EOS number"
####################################