Mark the Oceanic Veo 2.0 as a non air integrated model.
This commit is contained in:
parent
1331db75cb
commit
1bfcb8c3c1
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user