From 879de8903e617d9e172a36045dc1b7b7ca4250c1 Mon Sep 17 00:00:00 2001 From: Tim Segers Date: Wed, 12 Oct 2022 16:04:51 +0200 Subject: Add option to perform last deco stop at 6m instead of 3m --- src/deco.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/deco.h') diff --git a/src/deco.h b/src/deco.h index 16072a1..11f6bc9 100644 --- a/src/deco.h +++ b/src/deco.h @@ -20,6 +20,8 @@ #define PO2_MAX_DEFAULT 1.6 #define END_MAX_DEFAULT 4.01325 +#define LAST_STOP_AT_SIX_DEFAULT 0 + #define MOD_AUTO 0 /* types */ @@ -54,6 +56,8 @@ extern double P_WV; extern double PO2_MAX; extern double END_MAX; +extern int LAST_STOP_AT_SIX; + /* functions */ double bar_to_msw(const double bar); double msw_to_bar(const double msw); -- cgit v1.2.3-70-g09d2