mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Add optional support for po2 import from csv files
Signed-off-by: Anton Lundin <glance@acc.umu.se> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
907a22f37e
commit
8dde12fa35
6 changed files with 55 additions and 7 deletions
|
@ -37,6 +37,7 @@ private:
|
|||
int time;
|
||||
int depth;
|
||||
int temperature;
|
||||
int po2;
|
||||
QString separator;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue