diff options
author | Doug Junkins <douglas.junkins@gmail.com> | 2021-01-19 07:50:08 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2021-01-19 12:34:46 -0800 |
commit | 31e26fd14451c84ef4531aaa3b643b10b529a637 (patch) | |
tree | 55897019a04dfc666c18c4b5ebec8f5c0a57516e /CHANGELOG.md | |
parent | 25cfd852b910c7bbd53f0a1a5244c659761c2cc5 (diff) | |
download | subsurface-31e26fd14451c84ef4531aaa3b643b10b529a637.tar.gz |
mobile: add GF fields for ceiling calculation
Adds fields to the advanced preferences page to modify GFLow and GFHigh for
the Buhlmann decompression model for calculating ceilings. Updated preferences
code to set the Buhlmann parameters in core/deco.c when the GF prefs are
updated.
Signed-off-by: Doug Junkins <douglas.junkins@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ab1af0b46..09fa80f2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- mobile: add GF fields to adjust Buhlmann algorithm parameters for calculated ceiling - undo: save to git after editing weights [#3159] - undo: reset dive-mode on undo of set-point addition - desktop: complete rewrite of the statistics code, significantly expanding capabilities |