mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
More VPMB state in special structure
... and reset deco information in profile ceiling computation. The planner test then needs to know about the struct holding the deco state. Signed-off-by: Robert C. Helling <helling@atdotde.de>
This commit is contained in:
parent
7713c7e607
commit
1f50485732
5 changed files with 27 additions and 28 deletions
|
|
@ -858,6 +858,8 @@ struct deco_state {
|
|||
|
||||
double initial_n2_gradient[16];
|
||||
double initial_he_gradient[16];
|
||||
pressure_t first_ceiling_pressure;
|
||||
pressure_t max_bottom_ceiling_pressure;
|
||||
int ci_pointing_to_guiding_tissue;
|
||||
double gf_low_pressure_this_dive;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue