summaryrefslogtreecommitdiffstats
path: root/core/profile.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2019-01-23 16:46:45 +0100
committerGravatar Robert C. Helling <helling@atdotde.de>2019-02-05 14:18:14 +0100
commit4c048ed5268237eb065a64229e4f1fa65716a185 (patch)
tree01ca3583ac9954165acab5673018332cc4f599d6 /core/profile.h
parent7538546c899281728e4268de850a592e69aab64c (diff)
downloadsubsurface-4c048ed5268237eb065a64229e4f1fa65716a185.tar.gz
Include surface GF in infobox
The most recent firmware of Shearwater computers shows this. This is a measure of absolute amout of tissue loadings in an easy to digest unit. Therefore it is useful to have. Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'core/profile.h')
-rw-r--r--core/profile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/profile.h b/core/profile.h
index 9e714a806..b0828c48f 100644
--- a/core/profile.h
+++ b/core/profile.h
@@ -63,6 +63,7 @@ struct plot_data {
int bearing;
double ambpressure;
double gfline;
+ double surface_gf;
double density;
bool icd_warning;
};