mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
374f99af18
commit
907459291d
2 changed files with 24 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue