diff options
author | 2015-08-17 21:45:51 -0700 | |
---|---|---|
committer | 2015-08-17 21:45:51 -0700 | |
commit | d93984448c3ee1c089c09dcfb9c4b1f38345044c (patch) | |
tree | 2b5d20be9cf5695ea3885cb15b372cd70510b79d /dive.h | |
parent | 2e8286623d3f4e1b8bf3a4d5141cda0839d1d506 (diff) | |
parent | ffe2884f72ace4d04158b72fc806823c87a62e4b (diff) | |
download | subsurface-d93984448c3ee1c089c09dcfb9c4b1f38345044c.tar.gz |
Merge branch 'boyle-ready' of https://github.com/Slagvi/subsurface
Fixed merge conflicts in
deco.c
dive.h
planner.c
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'dive.h')
-rw-r--r-- | dive.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -800,7 +800,9 @@ extern void cache_deco_state(double, char **datap); extern double restore_deco_state(char *data); extern void nuclear_regeneration(double time); extern void vpmb_start_gradient(); -extern void vpmb_next_gradient(double deco_time); +extern void vpmb_next_gradient(double deco_time, double surface_pressure); +extern bool is_vpmb_ok(double pressure); +extern void boyles_law(double first_stop_pressure, double next_stop_pressure); /* this should be converted to use our types */ struct divedatapoint { |