Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Instead of counting the amount of ',' delimiters in the gasses string
and then using malloc, realloc on every now token. This prevents a bug
when there are consecutive ',' delimiters (in which case nof_gasses and
the amount of tokens returned by strtok do not match).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
References: https://todo.sr.ht/~tsegers/opendeco/1
|
|
|
|
Implements: https://todo.sr.ht/~tsegers/opendeco/1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes: https://todo.sr.ht/~tsegers/opendeco/8
|
|
Implements: https://todo.sr.ht/~tsegers/opendeco/7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously LAST_STOP_AT_SIX just skipped the last stop, which is correct
for 3m stop increments, but not for any other ones. The implementation
has now been brought in line with its name.
|
|
|
|
|
|
Filling in a non-number argument for surface pressure sets the value to 0. This value is now rejected.
|
|
|
|
Also make an exception for when the last stop is at 6m. In that case,
do not tether the GF to 6m, but instead treat 6m as if it was 3m.
Fixes ~tsegers/opendeco#6
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- SURFACE_PRESSURE*
- SWITCH_INTERMEDIATE*
- P_WV
- PO2_MAX
- END_MAX
- ALGO_VER
* can now also be set from the CLI
|
|
|