mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
7538546c89
commit
4c048ed526
3 changed files with 9 additions and 0 deletions
|
@ -63,6 +63,7 @@ struct plot_data {
|
|||
int bearing;
|
||||
double ambpressure;
|
||||
double gfline;
|
||||
double surface_gf;
|
||||
double density;
|
||||
bool icd_warning;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue