[Commits] [svn:einsteintoolkit] GRHydro/trunk/ (Rev. 206)

cott at tapir.caltech.edu cott at tapir.caltech.edu
Sun Jan 2 09:54:48 CST 2011


User: cott
Date: 2011/01/02 09:54 AM

Modified:
 /trunk/
  schedule.ccl

Log:
 * change scheduling of GRHydro_EOSHandle from local to global.

File Changes:

Directory: /trunk/
==================

File [modified]: schedule.ccl
Delta lines: +2 -0
===================================================================
--- trunk/schedule.ccl	2011-01-01 00:04:02 UTC (rev 205)
+++ trunk/schedule.ccl	2011-01-02 15:54:48 UTC (rev 206)
@@ -235,11 +235,13 @@
 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"
 
 ####################################



More information about the Commits mailing list