From 54f8da96d750a28bc5b1ae4451e2b9436833631b Mon Sep 17 00:00:00 2001 From: lanfer Date: Mon, 13 Mar 2000 11:34:55 +0000 Subject: add shutdown info to info tree git-svn-id: http://svn.cactuscode.org/flesh/trunk@1463 17b73243-c579-4c4c-a9d2-2d5706c11dac --- src/main/ScheduleInterface.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'src/main/ScheduleInterface.c') 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 { -- cgit v1.2.3