Add current GF to infobox

As per request from users on scubaforum.com, this adds
the current gradient factor to the deco information of
the infobox. Up to now, this information was only
graphically represented in the pressure bar graph
and the heatmap. This gives a numerical value.

Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
Robert C. Helling 2019-11-28 10:37:44 +01:00 committed by Dirk Hohndel
parent 4928c4ae04
commit 33e49637ec
4 changed files with 15 additions and 4 deletions

View file

@ -75,6 +75,7 @@ struct plot_data {
double ambpressure;
double gfline;
double surface_gf;
double current_gf;
double density;
bool icd_warning;
};