summaryrefslogtreecommitdiff
path: root/src/main/ScheduleInterface.c
diff options
context:
space:
mode:
authorrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-08-22 20:46:49 +0000
committerrideout <rideout@17b73243-c579-4c4c-a9d2-2d5706c11dac>2003-08-22 20:46:49 +0000
commit82f70a0da74a607b793e637b4c1270fa11023a65 (patch)
treea8352945a0635f743dd3db7f3587ec09732eb1c1 /src/main/ScheduleInterface.c
parent3e30d22cd8aee881beb42eef41dac416cb76e0bc (diff)
new CCTK_WRAGH timebin
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3384 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/ScheduleInterface.c')
-rw-r--r--src/main/ScheduleInterface.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main/ScheduleInterface.c b/src/main/ScheduleInterface.c
index d7bf5b50..8d648c58 100644
--- a/src/main/ScheduleInterface.c
+++ b/src/main/ScheduleInterface.c
@@ -859,6 +859,8 @@ int CCTK_SchedulePrint(const char *where)
puts (" Startup routines");
SchedulePrint("CCTK_STARTUP");
putchar ('\n');
+ puts (" Startup routines which need an existing GH");
+ SchedulePrint("CCTK_WRAGH");
puts (" Parameter checking routines");
SchedulePrint("CCTK_PARAMCHECK");
putchar ('\n');
@@ -976,6 +978,8 @@ int CCTK_SchedulePrintTimes(const char *where)
/* printf("\n"); */
SchedulePrintTimes("CCTK_STARTUP", &data);
/* printf("\n"); */
+ SchedulePrintTimes("CCTK_WRAGH", &data);
+/* printf("\n"); */
SchedulePrintTimes("CCTK_PARAMCHECK", &data);
/* printf("\n"); */
SchedulePrintTimes("CCTK_BASEGRID$ENTRY", &data);