mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fixup: don't capitalise best_He
Signed-off-by: Rick Walsh <rickmwalsh@gmail.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
f08b0e0e3e
commit
ffca5674bf
3 changed files with 5 additions and 5 deletions
|
@ -3660,7 +3660,7 @@ fraction_t best_o2(depth_t depth, struct dive *dive)
|
|||
}
|
||||
|
||||
//Calculate He in best mix. O2 is considered narcopic
|
||||
fraction_t best_He(depth_t depth, struct dive *dive)
|
||||
fraction_t best_he(depth_t depth, struct dive *dive)
|
||||
{
|
||||
fraction_t fhe;
|
||||
int pnarcotic, ambient;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue