comparison Discovery/Src/base.c @ 248:ac2b06b5d09f bm-1

Fix stupid commit error Forgot to add one file, so add this to make things compile. Signed-off-by: Jan Mulder <jlmulder@xs4all.nl>
author Jan Mulder <jlmulder@xs4all.nl>
date Wed, 10 Apr 2019 17:55:46 +0200
parents 3949781096d4
children 822416168585
comparison
equal deleted inserted replaced
247:3949781096d4 248:ac2b06b5d09f
1705 decoLock = DECO_CALC_FINSHED_Futurevpm; 1705 decoLock = DECO_CALC_FINSHED_Futurevpm;
1706 return; 1706 return;
1707 case CALC_BUEHLMANN: 1707 case CALC_BUEHLMANN:
1708 buehlmann_calc_deco(&stateDeco.lifeData,&stateDeco.diveSettings,&stateDeco.decolistBuehlmann); 1708 buehlmann_calc_deco(&stateDeco.lifeData,&stateDeco.diveSettings,&stateDeco.decolistBuehlmann);
1709 buehlmann_ceiling_calculator(&stateDeco.lifeData,&stateDeco.diveSettings,&stateDeco.decolistBuehlmann); 1709 buehlmann_ceiling_calculator(&stateDeco.lifeData,&stateDeco.diveSettings,&stateDeco.decolistBuehlmann);
1710 buehlmann_super_saturation_calculator(&stateDeco.lifeData,&stateDeco.diveSettings,&stateDeco.decolistBuehlmann); 1710 buehlmann_super_saturation_calculator(&stateDeco.lifeData,&stateDeco.decolistBuehlmann);
1711 decoLock = DECO_CALC_FINSHED_Buehlmann; 1711 decoLock = DECO_CALC_FINSHED_Buehlmann;
1712 return; 1712 return;
1713 case CALC_BUEHLMANN_FUTURE: 1713 case CALC_BUEHLMANN_FUTURE:
1714 decom_tissues_exposure(stateDeco.diveSettings.future_TTS_minutes * 60,&stateDeco.lifeData); 1714 decom_tissues_exposure(stateDeco.diveSettings.future_TTS_minutes * 60,&stateDeco.lifeData);
1715 buehlmann_calc_deco(&stateDeco.lifeData,&stateDeco.diveSettings,&stateDeco.decolistFutureBuehlmann); 1715 buehlmann_calc_deco(&stateDeco.lifeData,&stateDeco.diveSettings,&stateDeco.decolistFutureBuehlmann);