aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetIOF5/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetDev/CarpetIOF5/schedule.ccl')
-rw-r--r--CarpetDev/CarpetIOF5/schedule.ccl14
1 files changed, 0 insertions, 14 deletions
diff --git a/CarpetDev/CarpetIOF5/schedule.ccl b/CarpetDev/CarpetIOF5/schedule.ccl
deleted file mode 100644
index 3f6209662..000000000
--- a/CarpetDev/CarpetIOF5/schedule.ccl
+++ /dev/null
@@ -1,14 +0,0 @@
-# Schedule definitions for thorn CarpetIOF5
-
-STORAGE: next_output_iteration next_output_time this_iteration
-
-SCHEDULE CarpetIOF5_Startup AT startup AFTER IOUtil_Startup
-{
- LANG: C
-} "Startup routine"
-
-SCHEDULE CarpetIOF5_Init AT basegrid
-{
- LANG: C
- OPTIONS: global
-} "Initialisation routine"