mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add suit field for CSV import
Fixes #853 [Dirk Hohndel: fixed test compile] Signed-off-by: Miika Turkia <miika.turkia@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
415abeea66
commit
c80d1879b7
5 changed files with 22 additions and 7 deletions
|
@ -15,7 +15,7 @@ void TestParse::testParseCSV()
|
|||
1, // mm/dd/yyyy
|
||||
2, // min:sec
|
||||
0, 1, 2, 3, -1, -1, 4, -1, // Dive #, date, time, duration, maxdepth, avgdepth
|
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1), 0);
|
||||
-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1), 0);
|
||||
fprintf(stderr, "number of dives %d \n", dive_table.nr);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue