mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
VPM-B: Add conservatism levels to deco.c
Signed-off-by: Jan Darowski <jan.darowski@gmail.com>
This commit is contained in:
parent
499ec9af2f
commit
cad866013b
3 changed files with 25 additions and 7 deletions
|
|
@ -75,7 +75,8 @@ struct preferences default_prefs = {
|
|||
.tag_existing_dives = false,
|
||||
.category = { 0 }
|
||||
},
|
||||
.deco_mode = BUEHLMANN
|
||||
.deco_mode = BUEHLMANN,
|
||||
.conservatism_level = 0
|
||||
};
|
||||
|
||||
int run_survey;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue