summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Robert C. Helling <helling@atdotde.de>2014-11-09 14:36:27 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2014-11-16 20:50:16 +0000
commit84dc8b8962ae8a4a75ca1ec81acd09989f757c98 (patch)
treed6c265f31d8901f481cdf96d5fdfdde5b6e8f8e9 /dive.h
parent5034f760727ae66d401093420f4c443eaad33d9a (diff)
downloadsubsurface-84dc8b8962ae8a4a75ca1ec81acd09989f757c98.tar.gz
Some gas handling improvements
Add a time linear gas interpolation strategy. Some minor changes. Signed-off-by: Robert C. Helling <helling@atdotde.de> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dive.h b/dive.h
index 8d5a93ae9..e6b72f9bc 100644
--- a/dive.h
+++ b/dive.h
@@ -48,7 +48,7 @@ extern "C" {
#endif
enum dive_comp_type {OC, CCR, PSCR}; // Flags (Open-circuit and Closed-circuit-rebreather) for setting dive computer type
-enum cylinderuse {oxygen, diluent, bailout}; // The different uses for cylinders in CCR dives
+enum cylinderuse {OC_GAS, DILUENT, OXYGEN}; // The different uses for cylinders
struct gasmix {
fraction_t o2;