summaryrefslogtreecommitdiff
path: root/src/main/ScheduleInterface.c
diff options
context:
space:
mode:
authorlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-13 11:34:55 +0000
committerlanfer <lanfer@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-03-13 11:34:55 +0000
commit54f8da96d750a28bc5b1ae4451e2b9436833631b (patch)
treeb222eacd049038ab9be33a5a8a4a66e58b0b4ff8 /src/main/ScheduleInterface.c
parent3c98804a1142f7e1d38aae1583de437687053522 (diff)
add shutdown info to info tree
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1463 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/ScheduleInterface.c')
-rw-r--r--src/main/ScheduleInterface.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/main/ScheduleInterface.c b/src/main/ScheduleInterface.c
index d525438f..3485e7e6 100644
--- a/src/main/ScheduleInterface.c
+++ b/src/main/ScheduleInterface.c
@@ -568,6 +568,8 @@ int CCTK_SchedulePrint(const char *where)
indent_level -=2;
printf (" endif\n");
printf (" enddo\n");
+ printf (" Shutdown routines\n");
+ SchedulePrint("CCTK_SHUTDOWN");
}
else
{
@@ -607,7 +609,9 @@ int CCTK_SchedulePrintTimes(const char *where)
SchedulePrintTimes("CCTK_PRESTEP", &data);
SchedulePrintTimes("CCTK_EVOL", &data);
printf("\n");
- SchedulePrintTimes("CCTK_ANALYSIS", &data);
+ SchedulePrintTimes("CCTK_ANALYSIS", &data);
+ printf("\n");
+ SchedulePrintTimes("CCTK_SHUTDOWN", &data);
}
else
{