diff options
author | Robert C. Helling <helling@atdotde.de> | 2017-09-17 21:06:44 +0200 |
---|---|---|
committer | Lubomir I. Ivanov <neolit123@gmail.com> | 2017-10-01 23:58:55 +0300 |
commit | 1f50485732f5a84dc1e41014f760f55852da188a (patch) | |
tree | d706fe17091995037933ecef56207d7ecf904ebe /core/dive.h | |
parent | 7713c7e607b11c0828decdbf35d910280153f880 (diff) | |
download | subsurface-1f50485732f5a84dc1e41014f760f55852da188a.tar.gz |
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>
Diffstat (limited to 'core/dive.h')
-rw-r--r-- | core/dive.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/dive.h b/core/dive.h index c5cc7cc4b..66760dd22 100644 --- a/core/dive.h +++ b/core/dive.h @@ -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; |