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 /qt-ui/profilegraphics.h | |
parent | 8307763212c4bbc53b527fe33d997a2ec782f435 (diff) | |
parent | 6f7467de7a073178c0593673b9e0b697cb265d0a (diff) | |
download | subsurface-a31a8ca7599f66bf2a6cfab062241d000699d346.tar.gz |
Merge branch 'showGas'
Diffstat (limited to 'qt-ui/profilegraphics.h')
-rw-r--r-- | qt-ui/profilegraphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-ui/profilegraphics.h b/qt-ui/profilegraphics.h index 963dd7d90..b440adf5d 100644 --- a/qt-ui/profilegraphics.h +++ b/qt-ui/profilegraphics.h @@ -89,6 +89,7 @@ private: void plot_depth_sample(struct plot_data *entry, text_render_options_t *tro); void plot_cylinder_pressure_text(); void plot_pressure_value(int mbar, int sec, double xalign, double yalign); + void plot_gas_value(int mbar, int sec, double xalign, double yalign, int o2, int he); void plot_deco_text(); void plot_pp_gas_profile(); void plot_pp_text(); |