mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
minimal pO2 threshold: split max threshold into min and max
Nothing really special here. Just a split of the only p02 max threshold into a min threshold and max threshold, and the adaptation of the UI. Change of translatable strings included. ref: https://github.com/Subsurface-divelog/subsurface/issues/259 Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
This commit is contained in:
parent
1d0281c923
commit
bb31c77597
7 changed files with 204 additions and 163 deletions
|
|
@ -14,7 +14,8 @@ typedef struct
|
|||
short po2;
|
||||
short pn2;
|
||||
short phe;
|
||||
double po2_threshold;
|
||||
double po2_threshold_min;
|
||||
double po2_threshold_max;
|
||||
double pn2_threshold;
|
||||
double phe_threshold;
|
||||
} partial_pressure_graphs_t;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue