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;