comparison Discovery/Src/buehlmann.c @ 130:b7689d9e888a FlipDisplay

Minor changes to improved code quality and to eliminate warnings
author Ideenmodellierer
date Sun, 17 Feb 2019 21:22:13 +0100
parents 8f8ea3a32e82
children ceecabfddb57
comparison
equal deleted inserted replaced
129:239aa58b533d 130:b7689d9e888a
76 _____________________________________________________________ 76 _____________________________________________________________
77 */ 77 */
78 78
79 SDecoinfo gDecotable; 79 SDecoinfo gDecotable;
80 float gSurface_pressure_bar; 80 float gSurface_pressure_bar;
81
82 float gPressure; 81 float gPressure;
83 int gGas_id; 82 int gGas_id;
84 float gTTS; 83 float gTTS;
85 float gTissue_nitrogen_bar[16]; 84 float gTissue_nitrogen_bar[16];
86 float gTissue_helium_bar[16]; 85 float gTissue_helium_bar[16];
87 float gGF_value; 86 float gGF_value;
88 float gCNS; 87 float gCNS;
89 //float gMax_ceiling_bar = 0; 88 //float gMax_ceiling_bar = 0;
90 int gNDL; 89 int gNDL;
91 90
92 91