aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 2 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 311dcf4..409f216 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -377,11 +377,13 @@ if (CCTK_Equals(recon_method,"eno"))
schedule GRHydro_ENOSetup AT CCTK_Basegrid
{
+ OPTIONS: global
LANG:Fortran
} "Coefficients for ENO reconstruction"
schedule GRHydro_ENOShutdown AT CCTK_Terminate BEFORE Driver_Terminate
{
+ OPTIONS: global
LANG:Fortran
} "Deallocate ENO coefficients"