diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2013-05-31 17:33:04 +1000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-05-31 17:33:04 +1000 |
commit | a31a8ca7599f66bf2a6cfab062241d000699d346 (patch) | |
tree | 03a48a29b292305330b39d12a88079e4f83b01fc /profile.h | |
parent | 8307763212c4bbc53b527fe33d997a2ec782f435 (diff) | |
parent | 6f7467de7a073178c0593673b9e0b697cb265d0a (diff) | |
download | subsurface-a31a8ca7599f66bf2a6cfab062241d000699d346.tar.gz |
Merge branch 'showGas'
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 */ |