diff options
author | Stefan Fuchs <sfuchs@gmx.de> | 2018-02-20 22:59:09 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-02-24 11:45:17 -0800 |
commit | ca4ccadcc4e2afd955e9ca22100765e9cc9be94b (patch) | |
tree | b5c7b3a1e0a546b3399b595a4cc348e9e063be70 /core/statistics.h | |
parent | 95a23cf4701d4918f866cb5ef1c25a5b2b380096 (diff) | |
download | subsurface-ca4ccadcc4e2afd955e9ca22100765e9cc9be94b.tar.gz |
Use duration_t for total_sac_time in struct stats_t
Signed-off-by: Stefan Fuchs <sfuchs@gmx.de>
Diffstat (limited to 'core/statistics.h')
-rw-r--r-- | core/statistics.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/statistics.h b/core/statistics.h index 48e75594d..8a71758f7 100644 --- a/core/statistics.h +++ b/core/statistics.h @@ -33,7 +33,7 @@ typedef struct temperature_sum_t combined_temp; unsigned int combined_count; unsigned int selection_size; - unsigned int total_sac_time; + duration_t total_sac_time; bool is_year; bool is_trip; char *location; |