summaryrefslogtreecommitdiffstats
path: root/profile.h
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-31 16:21:39 +1000
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-05-31 17:31:53 +1000
commit6f7467de7a073178c0593673b9e0b697cb265d0a (patch)
treede5ac32efcbba4f552c0e3a59a0289448a2e3a97 /profile.h
parentabb43f0f1debd70bf69fde9599e1500e1c726f74 (diff)
downloadsubsurface-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/profile.h b/profile.h
index 7af95d565..3f04f40e8 100644
--- a/profile.h
+++ b/profile.h
@@ -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 */