mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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>
This commit is contained in:
parent
25cfd852b9
commit
31e26fd144
5 changed files with 30 additions and 2 deletions
|
@ -68,7 +68,6 @@ void PreferencesGraph::syncSettings()
|
|||
prefs.planner_deco_mode = ui->buehlmann->isChecked() ? BUEHLMANN : VPMB;
|
||||
qPrefTechnicalDetails::set_gflow(ui->gflow->value());
|
||||
qPrefTechnicalDetails::set_gfhigh(ui->gfhigh->value());
|
||||
set_gf(ui->gflow->value(), ui->gfhigh->value());
|
||||
qPrefTechnicalDetails::set_vpmb_conservatism(ui->vpmb_conservatism->value());
|
||||
set_vpmb_conservatism(ui->vpmb_conservatism->value());
|
||||
qPrefTechnicalDetails::set_show_ccr_setpoint(ui->show_ccr_setpoint->isChecked());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue