diff options
author | Robert C. Helling <helling@atdotde.de> | 2017-05-12 15:36:24 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-05-26 15:52:04 -0700 |
commit | bb6ceba4ac0310c504f931674a71e9e77c0afa1c (patch) | |
tree | 2a060b136d32e7ecdfd5b8b0314415595e675cbe /core/profile.h | |
parent | e6d884cf26161df65c2b4b8c39d6b4133760537b (diff) | |
download | subsurface-bb6ceba4ac0310c504f931674a71e9e77c0afa1c.tar.gz |
Compute and display gas density
This appears to be critical for work of breathing so it might be
worthwhile to compute. So far only in infobox.
For background, see
https://www.youtube.com/watch?v=QBajM3xmOtc
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'core/profile.h')
-rw-r--r-- | core/profile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/profile.h b/core/profile.h index 0fd284d47..079aaa1db 100644 --- a/core/profile.h +++ b/core/profile.h @@ -64,6 +64,7 @@ struct plot_data { int bearing; double ambpressure; double gfline; + double density; }; struct ev_select { |