VPM-B: Add Boyles compensation to the planner.

Signed-off-by: Jan Darowski <jan.darowski@gmail.com>
This commit is contained in:
Jan Darowski 2015-08-15 14:16:48 +02:00
parent a828d528f9
commit c0fde4f50f
2 changed files with 11 additions and 1 deletions

1
dive.h
View file

@ -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 {