From 41349c29ddc45e7c19fc287f10fa8f6712bcf111 Mon Sep 17 00:00:00 2001 From: "Robert C. Helling" Date: Sun, 23 Aug 2015 16:04:59 +0200 Subject: Prepare global state of VPM-B when starting to plan Otherwise, the results of the calculations tend to be rather random and irreproducible... Signed-off-by: Robert C. Helling Signed-off-by: Dirk Hohndel --- dive.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'dive.h') diff --git a/dive.h b/dive.h index 0125b76a5..ed9e02565 100644 --- a/dive.h +++ b/dive.h @@ -830,6 +830,9 @@ struct divedatapoint *create_dp(int time_incr, int depth, struct gasmix gasmix, void dump_plan(struct diveplan *diveplan); #endif bool plan(struct diveplan *diveplan, char **cached_datap, bool is_planner, bool show_disclaimer); +void calc_crushing_pressure(double pressure); +void vpmb_start_gradient(); + void delete_single_dive(int idx); struct event *get_next_event(struct event *event, const char *name); -- cgit v1.2.3-70-g09d2