Disable tank pressure samples for the Aeris Manta.
The Aeris Manta is yet another non-air integrated model that doesn't set the initial tank pressure to the magic value 10000.
This commit is contained in:
parent
90ba491c6d
commit
5a1f1293d2
@ -553,7 +553,8 @@ oceanic_atom2_parser_samples_foreach (dc_parser_t *abstract, dc_sample_callback_
|
||||
} else if (parser->model == VEO30 || parser->model == OCS ||
|
||||
parser->model == ELEMENT2 || parser->model == VEO20 ||
|
||||
parser->model == A300 || parser->model == ZEN ||
|
||||
parser->model == GEO || parser->model == GEO20) {
|
||||
parser->model == GEO || parser->model == GEO20 ||
|
||||
parser->model == MANTA) {
|
||||
have_pressure = 0;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user