mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Typo: modp02 -> modpO2
Fixes two function names, where O2 was written as 02. Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
4d04f74312
commit
b32251a5a8
4 changed files with 10 additions and 10 deletions
|
@ -62,7 +62,7 @@ void PreferencesGraph::syncSettings()
|
|||
pp_gas->setPn2Threshold(ui->pn2Threshold->value());
|
||||
|
||||
auto tech = SettingsObjectWrapper::instance()->techDetails;
|
||||
tech->setModp02(ui->maxpo2->value());
|
||||
tech->setModpO2(ui->maxpo2->value());
|
||||
tech->setRedceiling(ui->red_ceiling->isChecked());
|
||||
tech->setBuehlmann(ui->buehlmann->isChecked());
|
||||
tech->setGflow(ui->gflow->value());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue