# HG changeset patch # User Jan Mulder # Date 1554911746 -7200 # Node ID ac2b06b5d09f5d5ee63659d6eed2595f878243b8 # Parent 3949781096d432afa7cd1fa18cccf7cdeb9cf004 Fix stupid commit error Forgot to add one file, so add this to make things compile. Signed-off-by: Jan Mulder diff -r 3949781096d4 -r ac2b06b5d09f Discovery/Src/base.c --- a/Discovery/Src/base.c Tue Apr 09 16:30:21 2019 +0200 +++ b/Discovery/Src/base.c Wed Apr 10 17:55:46 2019 +0200 @@ -1707,7 +1707,7 @@ case CALC_BUEHLMANN: buehlmann_calc_deco(&stateDeco.lifeData,&stateDeco.diveSettings,&stateDeco.decolistBuehlmann); buehlmann_ceiling_calculator(&stateDeco.lifeData,&stateDeco.diveSettings,&stateDeco.decolistBuehlmann); - buehlmann_super_saturation_calculator(&stateDeco.lifeData,&stateDeco.diveSettings,&stateDeco.decolistBuehlmann); + buehlmann_super_saturation_calculator(&stateDeco.lifeData,&stateDeco.decolistBuehlmann); decoLock = DECO_CALC_FINSHED_Buehlmann; return; case CALC_BUEHLMANN_FUTURE: