Mercurial > public > ostc4
diff 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 |
line wrap: on
line diff
--- a/Discovery/Src/vpm.c Wed Apr 10 11:04:56 2019 +0200 +++ b/Discovery/Src/vpm.c Thu Apr 11 10:26:22 2019 +0000 @@ -306,7 +306,7 @@ pDECOINFO->output_time_to_surface_seconds = 0; pDECOINFO->output_ndl_seconds = 0; pDECOINFO->output_ceiling_meter = 0; - pDECOINFO->output_relative_gradient = 0; + pDECOINFO->super_saturation = 0; uint8_t tmp_calc_status; for(int i=0;i<DECOINFO_STRUCT_MAX_STOPS;i++) {