Mark the Oceanic Veo 2.0 as a non air integrated model.

This commit is contained in:
Jef Driesen 2013-09-05 20:40:01 +02:00
parent 1331db75cb
commit 1bfcb8c3c1

View File

@ -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;