mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
smtk-import - Remove tank number limitation
In the past subsurface managed up to 8 tanks, but now it manages up to 20. SmartTrak manages 10 (3 in older no trimix versions) so there is no more need to drop the last tanks. Signed-off-by: Salvador Cuñat <salvador.cunat@gmail.com>
This commit is contained in:
parent
20b348579b
commit
16d37c254c
1 changed files with 0 additions and 1 deletions
|
@ -858,7 +858,6 @@ void smartrak_import(const char *file, struct dive_table *divetable)
|
|||
* Revisit data under some circunstances, e.g. a start pressure = 0 may mean
|
||||
* that dc doesn't support gas control, in this situation let's look into mdb data
|
||||
*/
|
||||
int numtanks = (tanks == 10) ? 8 : 3; // Subsurface supports up to 8 tanks
|
||||
int pstartcol = coln(PSTART);
|
||||
int o2fraccol = coln(O2FRAC);
|
||||
int hefraccol = coln(HEFRAC);
|
||||
|
|
Loading…
Reference in a new issue