From 1bfcb8c3c149cf50d9665341e7c20716dda5a5dd Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Thu, 5 Sep 2013 20:40:01 +0200 Subject: [PATCH] Mark the Oceanic Veo 2.0 as a non air integrated model. --- src/oceanic_atom2_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/oceanic_atom2_parser.c b/src/oceanic_atom2_parser.c index 34d5222..1cc7d4a 100644 --- a/src/oceanic_atom2_parser.c +++ b/src/oceanic_atom2_parser.c @@ -401,7 +401,7 @@ oceanic_atom2_parser_samples_foreach (dc_parser_t *abstract, dc_sample_callback_ unsigned int have_temperature = 1, have_pressure = 1; if (parser->model == VEO30 || parser->model == OCS || - parser->model == ELEMENT2) { + parser->model == ELEMENT2 || parser->model == VEO20) { have_pressure = 0; } else if (parser->model == F10) { have_temperature = 0;