aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
authorallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-09-25 19:54:48 +0000
committerallen <allen@b61c5cb5-eaca-4651-9a7a-d64986f99364>2001-09-25 19:54:48 +0000
commit65041c443a56cb6ea5d2d3768e478d20deb11876 (patch)
treef8b76303cad70be391f2809e04d5727c236fdbe0 /schedule.ccl
parent46a7d6ef731e9e26279fab0514c91ad41fbac170 (diff)
Fixing up the storage report so it actually does report.
git-svn-id: http://svn.cactuscode.org/arrangements/CactusPUGH/PUGH/trunk@347 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl2
1 files changed, 1 insertions, 1 deletions
diff --git a/schedule.ccl b/schedule.ccl
index c758e63..b989b46 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -21,7 +21,7 @@ if (timer_output)
if (CCTK_Equals(storage_verbose,"yes") || CCTK_Equals(storage_verbose,"report") )
{
- schedule PUGH_PrintStorageReport at TERMINATE
+ schedule PUGH_PrintFinalStorageReport at TERMINATE
{
LANG:C
} "Print storage information"