diff options
author | Robert C. Helling <helling@atdotde.de> | 2017-10-18 06:33:37 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-10-18 06:34:15 -0400 |
commit | 432110ac8faa3775feab35d53a9cdbeecfa7fe27 (patch) | |
tree | 2fa1fb03e92a5e73eb9c49dd4abe9da2a998d3ba /qt-models/diveplotdatamodel.h | |
parent | a525fff1125265f9c68fd202b7ec1931dc529729 (diff) | |
download | subsurface-432110ac8faa3775feab35d53a9cdbeecfa7fe27.tar.gz |
Find current gasmix for heatmap
To compute the heatmap value, we need the current gasmix but
the current cylinderindex is no longer available.
Fixes #562
Suggested-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'qt-models/diveplotdatamodel.h')
-rw-r--r-- | qt-models/diveplotdatamodel.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qt-models/diveplotdatamodel.h b/qt-models/diveplotdatamodel.h index 829ee0ebd..b28dce685 100644 --- a/qt-models/diveplotdatamodel.h +++ b/qt-models/diveplotdatamodel.h @@ -20,7 +20,6 @@ public: TEMPERATURE, USERENTERED, COLOR, - CYLINDERINDEX, SENSOR_PRESSURE, INTERPOLATED_PRESSURE, SAC, |