diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-31 16:21:39 +1000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-31 17:31:53 +1000 |
commit | 6f7467de7a073178c0593673b9e0b697cb265d0a (patch) | |
tree | de5ac32efcbba4f552c0e3a59a0289448a2e3a97 /profile.h | |
parent | abb43f0f1debd70bf69fde9599e1500e1c726f74 (diff) | |
download | subsurface-6f7467de7a073178c0593673b9e0b697cb265d0a.tar.gz |
Show the gas with the pressure diagram
This is a feature that had been requested a few times in the past and when
debugging my "show only used gases" commit I realized that this would have
been extremely useful to have...
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'profile.h')
-rw-r--r-- | profile.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15,6 +15,7 @@ struct plot_info; struct plot_data { unsigned int in_deco:1; int cylinderindex; + int o2, he; int sec; /* pressure[0] is sensor pressure * pressure[1] is interpolated pressure */ |