aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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