Mercurial > public > ostc4
comparison Discovery/Src/vpm.c @ 51:8f8ea3a32e82
Resolved warnings pointing to possible invalid memory access
author | Ideenmodellierer |
---|---|
date | Tue, 31 Jul 2018 22:28:21 +0200 |
parents | 5f11787b4f42 |
children | e1d66bc78f9a |
comparison
equal
deleted
inserted
replaced
50:6310a27fd6d3 | 51:8f8ea3a32e82 |
---|---|
2057 float inspired_nitrogen_pressure; | 2057 float inspired_nitrogen_pressure; |
2058 // short last_segment_number; | 2058 // short last_segment_number; |
2059 // float weighted_allowable_gradient; | 2059 // float weighted_allowable_gradient; |
2060 float initial_helium_pressure[16]; | 2060 float initial_helium_pressure[16]; |
2061 /* by hw */ | 2061 /* by hw */ |
2062 float initial_CNS; | 2062 float initial_CNS = gCNS_VPM; |
2063 | 2063 |
2064 //static float time_counter; | 2064 //static float time_counter; |
2065 short i; | 2065 short i; |
2066 float ambient_pressure; | 2066 float ambient_pressure; |
2067 float inspired_helium_pressure, | 2067 float inspired_helium_pressure, |