summaryrefslogtreecommitdiff
path: root/src/main
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2008-05-26 09:10:57 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2008-05-26 09:10:57 +0000
commitd4b2212765a66a2c81d2f428c4f911c0fa65cf85 (patch)
tree833f80e9c1800d05cdf89f575bc58187a3e5d179 /src/main
parent91c7159fb82aeb238ffa6376b8bd7238d002a57e (diff)
Output new schedule bin "postpostinitial" in the schedule
git-svn-id: http://svn.cactuscode.org/flesh/trunk@4489 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main')
-rw-r--r--src/main/ScheduleInterface.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/main/ScheduleInterface.c b/src/main/ScheduleInterface.c
index b9ea8402..68264f77 100644
--- a/src/main/ScheduleInterface.c
+++ b/src/main/ScheduleInterface.c
@@ -932,6 +932,10 @@ int CCTK_SchedulePrint(const char *where)
SchedulePrint("CCTK_POSTRESTRICTINITIAL$ENTRY");
SchedulePrint("CCTK_POSTRESTRICTINITIAL");
SchedulePrint("CCTK_POSTRESTRICTINITIAL$EXIT");
+ puts (" [CCTK_POSTPOSTINITIAL]");
+ SchedulePrint("CCTK_POSTPOSTINITIAL$ENTRY");
+ SchedulePrint("CCTK_POSTPOSTINITIAL");
+ SchedulePrint("CCTK_POSTPOSTINITIAL$EXIT");
puts (" [CCTK_POSTSTEP]");
SchedulePrint("CCTK_POSTSTEP$ENTRY");
SchedulePrint("CCTK_POSTSTEP");
@@ -1116,6 +1120,9 @@ int CCTK_SchedulePrintTimesToFile(const char *where, FILE *file)
SchedulePrintTimes("CCTK_POSTRESTRICTINITIAL$ENTRY", &data);
SchedulePrintTimes("CCTK_POSTRESTRICTINITIAL", &data);
SchedulePrintTimes("CCTK_POSTRESTRICTINITIAL$EXIT", &data);
+ SchedulePrintTimes("CCTK_POSTPOSTINITIAL$ENTRY", &data);
+ SchedulePrintTimes("CCTK_POSTPOSTINITIAL", &data);
+ SchedulePrintTimes("CCTK_POSTPOSTINITIAL$EXIT", &data);
SchedulePrintTimes("CCTK_RECOVER_VARIABLES", &data);
SchedulePrintTimes("CCTK_POST_RECOVER_VARIABLES", &data);
SchedulePrintTimes("CCTK_CPINITIAL", &data);