aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/deco.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/deco.c')
-rw-r--r--src/deco.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/deco.c b/src/deco.c
index 5ef6537..5d03e75 100644
--- a/src/deco.c
+++ b/src/deco.c
@@ -6,11 +6,14 @@
#include "deco.h"
+#define RND(x) (round((x) *10000) / 10000)
+
enum ALGO ALGO_VER = ZHL_16C;
+double SURFACE_PRESSURE = 1.01325;
+double P_WV = P_WV_BUHL;
-#define PO2_MAX (1.6)
-#define END_MAX (abs_depth(msw_to_bar(30)))
-#define RND(x) (round((x) *10000) / 10000)
+double PO2_MAX = 1.6;
+double END_MAX = 4.01325;
typedef struct zhl_n2_t {
double t;