Mercurial > public > ostc4
diff Discovery/Inc/buehlmann.h @ 251:90cbeee0e1d4
Merged in janlmulder/ostc4/bm-2 (pull request #17)
Buelmann: new implementation for ceiling
author | heinrichsweikamp <bitbucket@heinrichsweikamp.com> |
---|---|
date | Fri, 12 Apr 2019 07:22:14 +0000 |
parents | 822416168585 |
children |
line wrap: on
line diff
--- a/Discovery/Inc/buehlmann.h Thu Apr 11 10:26:22 2019 +0000 +++ b/Discovery/Inc/buehlmann.h Fri Apr 12 07:22:14 2019 +0000 @@ -31,7 +31,7 @@ void buehlmann_init(void); void buehlmann_calc_deco(SLifeData* pLifeData, SDiveSettings * pDiveSettings, SDecoinfo * pDecoInfo); -void buehlmann_ceiling_calculator(SLifeData* pLifeData, SDiveSettings * pDiveSettings, SDecoinfo * pDecoInfo); +void buehlmann_ceiling_calculator(SLifeData* pLifeData, SDecoinfo * pDecoInfo); void buehlmann_super_saturation_calculator(SLifeData* pLifeData, SDecoinfo * pDecoInfo); float buehlmann_get_gCNS(void);