mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
VPM-B: Add Boyles compensation to the planner.
Signed-off-by: Jan Darowski <jan.darowski@gmail.com>
This commit is contained in:
parent
a828d528f9
commit
c0fde4f50f
2 changed files with 11 additions and 1 deletions
1
dive.h
1
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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue