summaryrefslogtreecommitdiff
path: root/src/main/ScheduleInterface.c
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-12-21 14:30:59 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-12-21 14:30:59 +0000
commit830d84bfc86d0e71f0e6591169b5739cc1fe448f (patch)
tree1e94a214c75179864e744bb36b278e83ca5d5e75 /src/main/ScheduleInterface.c
parentbb6cbaa224c60d5d03c999c1ccb69b2ee8217600 (diff)
Bugfix in printing runtime information.
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2526 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 b0c4ae79..99dac994 100644
--- a/src/main/ScheduleInterface.c
+++ b/src/main/ScheduleInterface.c
@@ -1725,6 +1725,7 @@ static int SchedulePrintTimes(const char *where, t_sched_data *data)
for (i = 0; i < data->total_time->n_vals; i++)
{
data->total_time->vals[i].type = data->info->vals[i].type;
+ data->total_time->vals[i].units = data->info->vals[i].units;
data->total_time->vals[i].heading = data->info->vals[i].heading;
}
description = (char *) malloc (strlen (where) + 16);