aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetIOF5/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-08-24 12:04:51 -0400
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:21:12 +0000
commita62e8ee3f1e86100cda633f51c22ee063e28df76 (patch)
tree96c4522bba984cfb4a1e53ce75733d6cdbf08c01 /CarpetDev/CarpetIOF5/schedule.ccl
parenteb813afcef1be0aba7154fe41d21e4a7657371ad (diff)
CarpetIOF5: Rename old thorn
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"