summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2008-05-26 08:58:52 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2008-05-26 08:58:52 +0000
commitf19fbd6525219781cbcbe4340b40deb8c8803b3d (patch)
tree899cd3fa89b12cc4b6bb44afe57db7e787925125
parent814eeb193859f300b71acc82f7c6daf3cedca277 (diff)
Introduce new schedule bin "postpostinitial".
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4487 17b73243-c579-4c4c-a9d2-2d5706c11dac
-rw-r--r--lib/sbin/ScheduleParser.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sbin/ScheduleParser.pl b/lib/sbin/ScheduleParser.pl
index dff3b0d9..b37bb174 100644
--- a/lib/sbin/ScheduleParser.pl
+++ b/lib/sbin/ScheduleParser.pl
@@ -22,6 +22,7 @@ our @schedule_bins = (
'INITIAL',
'POSTRESTRICTINITIAL',
'POSTINITIAL',
+ 'POSTPOSTINITIAL',
# Recovery
'RECOVER_VARIABLES',
'POST_RECOVER_VARIABLES',