Show EAD/END only for trimix/nitrox dives respectively

Signed-off-by: Robert C. Helling <helling@atdotde.de>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Robert C. Helling 2014-03-31 12:48:22 +02:00 committed by Dirk Hohndel
parent 374f99af18
commit 907459291d
2 changed files with 24 additions and 6 deletions

View file

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