mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Helper function to determined planned dives
... to reduce code duplication. Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
f1fc89b978
commit
c349692d98
4 changed files with 8 additions and 3 deletions
|
@ -652,6 +652,7 @@ extern void nuclear_regeneration(struct deco_state *ds, double time);
|
|||
extern void vpmb_start_gradient(struct deco_state *ds);
|
||||
extern void vpmb_next_gradient(struct deco_state *ds, double deco_time, double surface_pressure);
|
||||
extern double tissue_tolerance_calc(struct deco_state *ds, const struct dive *dive, double pressure);
|
||||
extern bool is_dc_planner(const struct divecomputer *dc);
|
||||
|
||||
/* this should be converted to use our types */
|
||||
struct divedatapoint {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue