summaryrefslogtreecommitdiffstats
path: root/core/display.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-20 15:55:51 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-04-20 15:55:51 -0700
commiteb07faef00c98ddcca3d0035d23661a3c4f30448 (patch)
treee51017e7939e1457447ae758f5784a0a7ce72bff /core/display.h
parente0ac1c9a26c6f82a42dea3d25bd0c8bd2a68ceb6 (diff)
downloadsubsurface-eb07faef00c98ddcca3d0035d23661a3c4f30448.tar.gz
Only do 9 minute interval for min/max/avg
We don't use 3 and 6 minute values anywhere, so why calculate them. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'core/display.h')
-rw-r--r--core/display.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/display.h b/core/display.h
index 9e3e1d159..adda5c03a 100644
--- a/core/display.h
+++ b/core/display.h
@@ -21,7 +21,7 @@ struct plot_info {
int minpressure, maxpressure;
int minhr, maxhr;
int mintemp, maxtemp;
- enum {AIR, NITROX, TRIMIX, FREEDIVING} dive_type;
+ enum {AIR, NITROX, TRIMIX, FREEDIVING} dive_type;
double endtempcoord;
double maxpp;
bool has_ndl;