diff options
author | Rick Walsh <rickmwalsh@gmail.com> | 2016-07-06 22:40:35 +1000 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-07-09 12:08:25 -0700 |
commit | f08b0e0e3ec088dfc6cc3084283de34a4fc78005 (patch) | |
tree | d97bf8c4d55572765d72230e00f09d1f16785a73 /qt-models/cylindermodel.h | |
parent | ae9e147314231e3396252d892a7702886acfb5ae (diff) | |
download | subsurface-f08b0e0e3ec088dfc6cc3084283de34a4fc78005.tar.gz |
Planner: automate calculation of best mix for max depth
Add option to calculate the best mix portion of O2 and He for the dive's max
depth if the user enters * in the MOD and MND cylinder fields. Gas portions
are automatically recalculated if the max depth of the dive changes.
Signed-off-by: Rick Walsh <rickmwalsh@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-models/cylindermodel.h')
-rw-r--r-- | qt-models/cylindermodel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qt-models/cylindermodel.h b/qt-models/cylindermodel.h index 85cca1a9c..d4ef8dc41 100644 --- a/qt-models/cylindermodel.h +++ b/qt-models/cylindermodel.h @@ -38,6 +38,7 @@ public: void updateDive(); void copyFromDive(struct dive *d); void updateDecoDepths(pressure_t olddecopo2); + bool updateBestMixes(); cylinder_t *cylinderAt(const QModelIndex &index); bool changed; |