summaryrefslogtreecommitdiff
path: root/src/main/ScheduleInterface.c
diff options
context:
space:
mode:
authorschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-01-16 09:33:48 +0000
committerschnetter <schnetter@17b73243-c579-4c4c-a9d2-2d5706c11dac>2004-01-16 09:33:48 +0000
commitc1b20f6e0f73bf0e8f7f3f4a97572609d7c7b475 (patch)
treea4646b19c72cca446e5e98df79f7218c55455631 /src/main/ScheduleInterface.c
parentea3a70286128392fcbb2f835dcbeff5c801c5250 (diff)
Print WRAGH bin name in schedule tree
git-svn-id: http://svn.cactuscode.org/flesh/trunk@3506 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/ScheduleInterface.c')
-rw-r--r--src/main/ScheduleInterface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/ScheduleInterface.c b/src/main/ScheduleInterface.c
index 93228be3..64dfd821 100644
--- a/src/main/ScheduleInterface.c
+++ b/src/main/ScheduleInterface.c
@@ -862,6 +862,7 @@ int CCTK_SchedulePrint(const char *where)
SchedulePrint("CCTK_STARTUP");
putchar ('\n');
puts (" Startup routines which need an existing GH");
+ puts (" [CCTK_WRAGH]");
SchedulePrint("CCTK_WRAGH");
puts (" Parameter checking routines");
puts (" [CCTK_PARAMCHECK]");