200
LAYERPROB;
201
double tic,
202
// number of layers
203
counter;
204
double maybe;
205
int check();
206
int prec();
207
void errors();
208
void once();
209
int pressdiff();
210
int slope();
211
void quasi();
212
void InitTCALC();
213
double heave();
214
double iterout();
215
double pressure();
216
double tgradout();
217
double heatin();
218
double heatout();
219
double waterin();
220
double spacing();
221
double thickness();
222
void look();
223
};
17