aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetIOF5/schedule.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2012-11-18 17:43:00 -0500
committerErik Schnetter <schnetter@gmail.com>2012-11-22 09:59:16 -0500
commitec25e62821c80cfcdfeb5c6331899df8e655b34c (patch)
tree4e8b58a2c85af357edb580a7ad864f6cf792d891 /CarpetDev/CarpetIOF5/schedule.ccl
parent338b03b9e9254785aad9e506c66efdd6867cc188 (diff)
CarpetIOF5: Various improvements
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"