comparison Discovery/Src/buehlmann.c @ 367:e309f78f89a5 MotionDetection

Merge default
author Ideenmodellierer
date Sat, 20 Jul 2019 21:42:45 +0200
parents 305f251cc981
children b7d93ff6b3b2
comparison
equal deleted inserted replaced
366:3c7030d6d67a 367:e309f78f89a5
121 memcpy(gTissue_helium_bar, pLifeData->tissue_helium_bar, (4*16)); 121 memcpy(gTissue_helium_bar, pLifeData->tissue_helium_bar, (4*16));
122 gGF_value = ((float)pDiveSettings->gf_low) / 100.0f; 122 gGF_value = ((float)pDiveSettings->gf_low) / 100.0f;
123 123
124 stoplist = pDecoInfo->output_stop_length_seconds; 124 stoplist = pDecoInfo->output_stop_length_seconds;
125 125
126 if(pLifeData->dive_time_seconds < 60) 126 if(pLifeData->dive_time_seconds_without_surface_time < 60)
127 return; 127 return;
128 128
129 // clean stop list 129 // clean stop list
130 for(i = 0; i < DECOINFO_STRUCT_MAX_STOPS; i++) 130 for(i = 0; i < DECOINFO_STRUCT_MAX_STOPS; i++)
131 stoplist[i] = 0; 131 stoplist[i] = 0;