Mercurial > public > ostc4
comparison Discovery/Src/vpm.c @ 249:cefee1448ea6
Merged in janlmulder/ostc4/bm-1 (pull request #16)
Replace Relative GF by saturation
author | heinrichsweikamp <bitbucket@heinrichsweikamp.com> |
---|---|
date | Thu, 11 Apr 2019 10:26:22 +0000 |
parents | 3949781096d4 |
children | 5e0bb91d4a12 |
comparison
equal
deleted
inserted
replaced
245:c282f9e88c66 | 249:cefee1448ea6 |
---|---|
304 vpm_calc_what = calc_what; | 304 vpm_calc_what = calc_what; |
305 /**clear decoInfo*/ | 305 /**clear decoInfo*/ |
306 pDECOINFO->output_time_to_surface_seconds = 0; | 306 pDECOINFO->output_time_to_surface_seconds = 0; |
307 pDECOINFO->output_ndl_seconds = 0; | 307 pDECOINFO->output_ndl_seconds = 0; |
308 pDECOINFO->output_ceiling_meter = 0; | 308 pDECOINFO->output_ceiling_meter = 0; |
309 pDECOINFO->output_relative_gradient = 0; | 309 pDECOINFO->super_saturation = 0; |
310 uint8_t tmp_calc_status; | 310 uint8_t tmp_calc_status; |
311 for(int i=0;i<DECOINFO_STRUCT_MAX_STOPS;i++) | 311 for(int i=0;i<DECOINFO_STRUCT_MAX_STOPS;i++) |
312 { | 312 { |
313 pDECOINFO->output_stop_length_seconds[i] = 0; | 313 pDECOINFO->output_stop_length_seconds[i] = 0; |
314 } | 314 } |