summaryrefslogtreecommitdiffstats
path: root/dive.h
diff options
context:
space:
mode:
authorGravatar Jan Darowski <jan.darowski@gmail.com>2015-07-03 23:19:57 +0200
committerGravatar Jan Darowski <jan.darowski@gmail.com>2015-07-03 23:19:57 +0200
commitfad592e43a26343fdef9cd3e0703be10d9069b20 (patch)
treee978a40b545d46cd319b44e189a8c01f7f19fd25 /dive.h
parent500fbe499411bfa96192626c8a6213916190aaae (diff)
downloadsubsurface-fad592e43a26343fdef9cd3e0703be10d9069b20.tar.gz
VPM-B: add initial gradient calculation.
Calculate the max difference between tissue saturation and ambient pressure that can be accepted during the ascent. Partial results are kept for later improving in next CVA iterations 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 8f0f84832..d9885184e 100644
--- a/dive.h
+++ b/dive.h
@@ -784,6 +784,7 @@ extern void set_gf(short gflow, short gfhigh, bool gf_low_at_maxdepth);
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();
/* this should be converted to use our types */
struct divedatapoint {