From 3741e8228e91c965084f511bdf51d0a528edc145 Mon Sep 17 00:00:00 2001 From: Rick Walsh Date: Sun, 27 Sep 2015 19:18:33 +1000 Subject: VPM-B set default conservatism +3 Nominal (aka 0) conservatism for VPM-B is generally considered aggressive. We don't want to be aggressive, especially as some users might assume the default is the correct value. Our default Buhlmann gradient factors are 30/75. The most similar VPM-B conservatism level is probably +3, at least for dives in the 40-50 metre, 50-70 minute range. Signed-off-by: Rick Walsh Signed-off-by: Dirk Hohndel --- subsurfacestartup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'subsurfacestartup.c') diff --git a/subsurfacestartup.c b/subsurfacestartup.c index 18d00d374..fd5df09ab 100644 --- a/subsurfacestartup.c +++ b/subsurfacestartup.c @@ -76,7 +76,7 @@ struct preferences default_prefs = { .category = { 0 } }, .deco_mode = BUEHLMANN, - .conservatism_level = 0 + .conservatism_level = 3 }; int run_survey; -- cgit v1.2.3-70-g09d2