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.ccl28
1 files changed, 0 insertions, 28 deletions
diff --git a/CarpetDev/CarpetIOF5/schedule.ccl b/CarpetDev/CarpetIOF5/schedule.ccl
index da8745b56..e633aef18 100644
--- a/CarpetDev/CarpetIOF5/schedule.ccl
+++ b/CarpetDev/CarpetIOF5/schedule.ccl
@@ -46,31 +46,3 @@ schedule CarpetIOF5_TerminationCheckpoint at TERMINATE
LANG: C
OPTIONS: global
} "Termination checkpoint routine"
-
-
-
-#SCHEDULE F5_Output AT initial
-#{
-# LANG: C
-# OPTIONS: global-late
-#} "Create an output file"
-#
-#
-#
-#SCHEDULE F5_Poison AT initial AFTER F5_Output BEFORE F5_Input
-#{
-# LANG: C
-# OPTIONS: global-late
-#} "Poison all variables"
-#
-#SCHEDULE F5_Input AT initial AFTER F5_Output
-#{
-# LANG: C
-# OPTIONS: global-late
-#} "Read from file"
-#
-#SCHEDULE F5_Check AT initial AFTER F5_Input
-#{
-# LANG: C
-# OPTIONS: global-late
-#} "Check all variables for poison"