Change plot scaling to handle FREEDIVE mode Add FREEDIVING value to plot_info::plot_type

Signed-off-by: Giorgio Marzano <marzano.giorgio@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Giorgio Marzano 2015-10-11 12:16:48 +02:00 committed by Dirk Hohndel
parent 44bdcffcd4
commit ba3b048292
2 changed files with 13 additions and 6 deletions

View file

@ -21,7 +21,7 @@ struct plot_info {
int minpressure, maxpressure;
int minhr, maxhr;
int mintemp, maxtemp;
enum {AIR, NITROX, TRIMIX} dive_type;
enum {AIR, NITROX, TRIMIX, FREEDIVING} dive_type;
double endtempcoord;
double maxpp;
bool has_ndl;