diff options
author | Jan Darowski <jan.darowski@gmail.com> | 2015-07-03 23:19:57 +0200 |
---|---|---|
committer | Jan Darowski <jan.darowski@gmail.com> | 2015-07-03 23:19:57 +0200 |
commit | fad592e43a26343fdef9cd3e0703be10d9069b20 (patch) | |
tree | e978a40b545d46cd319b44e189a8c01f7f19fd25 /dive.h | |
parent | 500fbe499411bfa96192626c8a6213916190aaae (diff) | |
download | subsurface-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 { |