From 1bc5050effccfe542b81a19f50e5d478e44ae3fa Mon Sep 17 00:00:00 2001 From: Rick Walsh Date: Thu, 28 Sep 2017 07:52:39 +1000 Subject: Planner prefs: set all ascent rates to 9m/min 9m/min (or 10m/min) is the ascent rate assumed by Buhlmann and navy tables, and the default of most other planning software and dive computers. Setting the default to 9m/min allows the default behaviour to be consistent with "expected" behaviour, but does not prevent the user from changing the preference. There is disagreement between some users whether the final ascent ascent duration should be considered when determining the length of the final stop. This change does not alter that at all, but at 9m/min, the difference is <1min. See #592 Signed-off-by: Rick Walsh --- core/subsurfacestartup.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core') diff --git a/core/subsurfacestartup.c b/core/subsurfacestartup.c index 7bb3c2784..c51080cd1 100644 --- a/core/subsurfacestartup.c +++ b/core/subsurfacestartup.c @@ -48,9 +48,9 @@ struct preferences default_prefs = { .display_unused_tanks = false, .show_average_depth = true, .ascrate75 = 9000 / 60, - .ascrate50 = 6000 / 60, - .ascratestops = 6000 / 60, - .ascratelast6m = 1000 / 60, + .ascrate50 = 9000 / 60, + .ascratestops = 9000 / 60, + .ascratelast6m = 9000 / 60, .descrate = 18000 / 60, .sacfactor = 400, .problemsolvingtime = 4, -- cgit v1.2.3-70-g09d2