summaryrefslogtreecommitdiff
path: root/src/main/ScheduleInterface.c
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-06-11 14:35:01 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-06-11 14:35:01 +0000
commit9342f67a6d08bc948566b627541b09de005efc47 (patch)
tree32df13ab6d6bb9b6ce7f0cd1129bcf0ecadaa5d3 /src/main/ScheduleInterface.c
parent5174a9e687b776d36385df1d265f71a1d89765b7 (diff)
Describe POSTRESTRICT and POSTREGRID bins during startup.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3768 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/ScheduleInterface.c')
-rw-r--r--src/main/ScheduleInterface.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/ScheduleInterface.c b/src/main/ScheduleInterface.c
index 61ede556..cf0a34ae 100644
--- a/src/main/ScheduleInterface.c
+++ b/src/main/ScheduleInterface.c
@@ -944,6 +944,14 @@ int CCTK_SchedulePrint(const char *where)
puts (" Shutdown routines");
puts (" [CCTK_SHUTDOWN]");
SchedulePrint("CCTK_SHUTDOWN");
+ putchar ('\n');
+ puts (" Routines run after restricting:");
+ puts (" [CCTK_POSTRESTRICT]");
+ SchedulePrint("CCTK_POSTRESTRICT");
+ putchar ('\n');
+ puts (" Routines run after changing the grid hierarchy:");
+ puts (" [CCTK_POSTREGRID]");
+ SchedulePrint("CCTK_POSTREGRID");
}
else
{