summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Jan Darowski <jan.darowski@gmail.com>2015-08-15 14:16:48 +0200
committerGravatar Jan Darowski <jan.darowski@gmail.com>2015-08-15 14:21:18 +0200
commitc0fde4f50fe8da93094b918bd84ec76eaf4c4598 (patch)
tree0839e4a9b89bacf15d137943ec2a24d3f181df30 /dive.h
parenta828d528f925cdb5c300dc176c4e6b4e24dabf67 (diff)
downloadsubsurface-c0fde4f50fe8da93094b918bd84ec76eaf4c4598.tar.gz
VPM-B: Add Boyles compensation to the planner.
Signed-off-by: Jan Darowski <jan.darowski@gmail.com>
Diffstat (limited to 'dive.h')
-rw-r--r--dive.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dive.h b/dive.h
index 69a01125e..d5dbdd2ee 100644
--- a/dive.h
+++ b/dive.h
@@ -802,6 +802,7 @@ extern void nuclear_regeneration(double time);
extern void vpmb_start_gradient();
extern void vpmb_next_gradient(double deco_time);
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 {