summaryrefslogtreecommitdiff
path: root/lib/sbin/ScheduleParser.pl
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-03-19 15:44:00 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-03-19 15:44:00 +0000
commit520928ee5f8fcc55f201bebdab2acf15323361ee (patch)
treef243da2db4003634c208c16296a652bf12afc4a7 /lib/sbin/ScheduleParser.pl
parentd5f13b9398bf194646a0c01dbf4108199cff255e (diff)
Recognize POST_RECOVER_VARIABLES as a new schedule bin.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2651 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/ScheduleParser.pl')
-rw-r--r--lib/sbin/ScheduleParser.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/ScheduleParser.pl b/lib/sbin/ScheduleParser.pl
index f6cde53a..3f05805f 100644
--- a/lib/sbin/ScheduleParser.pl
+++ b/lib/sbin/ScheduleParser.pl
@@ -222,7 +222,7 @@ sub ParseScheduleBlock
}
# check that the given schedule bin is recognized
- if ($where !~ m:CCTK_(STARTUP|PARAMCHECK|BASEGRID|INITIAL|POSTINITIAL|RECOVER_VARIABLES|RECOVER_PARAMETERS|CHECKPOINT|CPINITIAL|PRESTEP|EVOL|POSTSTEP|ANALYSIS|TERMINATE|SHUTDOWN):)
+ if ($where !~ m:CCTK_(STARTUP|PARAMCHECK|BASEGRID|INITIAL|POSTINITIAL|RECOVER_VARIABLES|POST_RECOVER_VARIABLES|RECOVER_PARAMETERS|CHECKPOINT|CPINITIAL|PRESTEP|EVOL|POSTSTEP|ANALYSIS|TERMINATE|SHUTDOWN):)
{
&CST_error(0,"Schedule bin \'$where\' not recognised in schedule.ccl " .
"file of thorn $thorn","",__LINE__,__FILE__);