Set the initial rbt value to 99.

Some models omit the absolute rbt value in the profile data.
This commit is contained in:
Jef Driesen 2008-10-31 14:06:17 +00:00
parent ee51a528c7
commit 53bb7778c7

View File

@ -277,7 +277,7 @@ uwatec_smart_parser_samples_foreach (parser_t *abstract, sample_callback_t callb
int calibrated = 0;
unsigned int time = 0;
unsigned int rbt = 0;
unsigned int rbt = 99;
unsigned int tank = 0;
double depth = 0, depth_calibration = 0;
double temperature = 0;