diff options
author | Robert C. Helling <helling@atdotde.de> | 2021-03-11 23:27:13 +0100 |
---|---|---|
committer | Robert C. Helling <helling@atdotde.de> | 2021-03-12 22:24:23 +0100 |
commit | 7c62f7541cce617d2c2651c0a93353ce03fee115 (patch) | |
tree | 3eedcfaf65f8ba66b056566eb668591cbac57b2b /CHANGELOG.md | |
parent | 41fc822d56e7d0866129ef6b68ccfb947300bffd (diff) | |
download | subsurface-7c62f7541cce617d2c2651c0a93353ce03fee115.tar.gz |
Use PSCR gas when computing O2 toxicity
Both the calculations for CNS and OTU did not take
into account the pO2 drop when using a PSCR. Furthermore,
there was some unit confusion due to not using internal
units.
Reported-by: arosl
Signed-off-by: Robert C. Helling <helling@atdotde.de>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 68ae46ab1..c8436d4e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- core: Take into account PSCR pO2 drop when computing CNS and OTU - planner: allow automatic setpoint changes at specified depths in CCR mode - core: fix OTU und CNS calculations for CCR dives at shallow depths - desktop: make selection of multiple dives reasonable fast |