mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add quirks for Seabear CSV settings for pressure
This adds the settings quirk workaround for the pressure import from the Seabear CSV file. Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
89d74888b3
commit
dd924a21ed
1 changed files with 2 additions and 0 deletions
|
@ -114,6 +114,8 @@ void DiveLogImportDialog::on_buttonBox_accepted()
|
||||||
dive->maxtemp.mkelvin = 0;
|
dive->maxtemp.mkelvin = 0;
|
||||||
dive->watertemp.mkelvin = 0;
|
dive->watertemp.mkelvin = 0;
|
||||||
dive->dc.watertemp.mkelvin = 0;
|
dive->dc.watertemp.mkelvin = 0;
|
||||||
|
dive->cylinder[0].start.mbar = 0;
|
||||||
|
dive->cylinder[0].sample_start.mbar = 0;
|
||||||
fixup_dive(dive);
|
fixup_dive(dive);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue