From 8136306911328b9899a526671daf03ad03abb107 Mon Sep 17 00:00:00 2001 From: John Van Ostrand Date: Fri, 7 Nov 2014 11:30:44 -0500 Subject: Added import for Liquivision LVD log files Support includes cylinder pressures and works for v3.0 log files. Signed-off-by: Dirk Hohndel --- file.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'file.c') diff --git a/file.c b/file.c index 5c4b7a1f3..dfc21e95b 100644 --- a/file.c +++ b/file.c @@ -357,6 +357,8 @@ static int open_by_filename(const char *filename, const char *fmt, struct memblo /* Cochran export comma-separated-value files */ if (!strcasecmp(fmt, "DPT")) return try_to_open_csv(filename, mem, CSV_DEPTH); + if (!strcasecmp(fmt, "LVD")) + return try_to_open_liquivision(filename, mem); if (!strcasecmp(fmt, "TMP")) return try_to_open_csv(filename, mem, CSV_TEMP); if (!strcasecmp(fmt, "HP1")) -- cgit v1.2.3-70-g09d2