aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrhaas <rhaas@57fe0bb3-ccba-405f-9b23-de0201f165b7>2012-07-08 05:00:52 +0000
committerrhaas <rhaas@57fe0bb3-ccba-405f-9b23-de0201f165b7>2012-07-08 05:00:52 +0000
commitbedcf47b254dab8e6b4db090992bf55c0945feda (patch)
tree3d6fbd6333ce94d08036800c1dcf7dd2d826e742
parentf385000725ac66d35b1d224e3296ad641c35e7c0 (diff)
revert r55
git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/HydroBase/trunk@56 57fe0bb3-ccba-405f-9b23-de0201f165b7
-rwxr-xr-xschedule.ccl5
1 files changed, 0 insertions, 5 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 62a84fd..2e8207e 100755
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -184,11 +184,6 @@ if (hydro_excision)
schedule HydroBase_InitExcisionMask in HydroBase_ExcisionMaskSetup
{
LANG: C
- # GLOBAL is global-early in INITIAL and Post_Recover_Variables
- # GLOBAL is global-late in PostRegrid and PostRegridInitial
- # since we would always like to run before any possibly local routine
- # modifying the mask, we run global-early
- OPTIONS: global-early loop-local
} "Initialize hydro excision mask to 'no excision everywhere'"
schedule GROUP HydroBase_ExcisionHasBeenSet at CCTK_PostStep