diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2014-02-23 14:32:25 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2014-02-23 14:32:25 -0800 |
commit | 41abab72533a31affe7746568e3d6fc3d8f94981 (patch) | |
tree | d18a023b00753aaee60c6c8d30eca3591c58c41a /display.h | |
parent | 9712999e666bd0040625a6eb924432c265f748bc (diff) | |
download | subsurface-41abab72533a31affe7746568e3d6fc3d8f94981.tar.gz |
Calculate minimum and maximum heartrate
And setup the axis accordingly.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'display.h')
-rw-r--r-- | display.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ struct plot_info { int maxtime; int meandepth, maxdepth; int minpressure, maxpressure; + int minhr, maxhr; int mintemp, maxtemp; double endtempcoord; double maxpp; |