summaryrefslogtreecommitdiff
path: root/src/main/ScheduleInterface.c
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-03-19 16:55:17 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2002-03-19 16:55:17 +0000
commit2b332522178ac9c882696b1a24f3a435670abdf1 (patch)
tree6cc0aad10a9c676baa58ce7f3f8eebf059b09c6b /src/main/ScheduleInterface.c
parentb347e63edfb352281d956f1207602368eb124993 (diff)
When printing the schedule tree, also say when periodic output is done.
This closes PR Cactus/804. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2655 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/ScheduleInterface.c')
-rw-r--r--src/main/ScheduleInterface.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/ScheduleInterface.c b/src/main/ScheduleInterface.c
index dcdabf29..e5b8858f 100644
--- a/src/main/ScheduleInterface.c
+++ b/src/main/ScheduleInterface.c
@@ -842,6 +842,7 @@ int CCTK_SchedulePrint(const char *where)
SchedulePrint("CCTK_ANALYSIS$EXIT");
indent_level -=2;
puts (" endif");
+ puts (" Do periodic output of grid variables");
putchar ('\n');
puts (" do loop over timesteps");
puts (" Rotate timelevels");
@@ -866,6 +867,7 @@ int CCTK_SchedulePrint(const char *where)
SchedulePrint("CCTK_ANALYSIS$EXIT");
indent_level -=2;
puts (" endif");
+ puts (" Do periodic output of grid variables");
puts (" enddo");
putchar ('\n');
puts (" Termination routines");