From f5b62c035643512572e598317e6b6b1c3fe45150 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 8 Jan 2013 14:28:44 -0800 Subject: Undo unintentional change to deco.c In commit d163a68ac69e "Clean up the rewritten deco.c" I apparently made one more change than I intended - I changed the last deco stop back to 3m instead of allowing the smooth mode to go all the way back to 0 without any discrete steps. This fixes that mistake. Reported-by: Robert C. Helling Signed-off-by: Dirk Hohndel --- deco.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deco.c b/deco.c index a5ab3ac56..a313c05e9 100644 --- a/deco.c +++ b/deco.c @@ -28,7 +28,7 @@ struct buehlmann_config { double gf_low; //! gradient factor low (at bottom/start of deco calculation). double gf_low_position_min; //! gf_low_position below surface_min_shallow. }; -struct buehlmann_config buehlmann_config = { 1.0, 1.01, 3, 0.75, 0.35, 2.0 }; +struct buehlmann_config buehlmann_config = { 1.0, 1.01, 0, 0.75, 0.35, 2.0 }; struct dive_data { double pressure; //! pesent ambient pressure double surface; //! pressure at water surface -- cgit v1.2.3-70-g09d2