From 53bb7778c70798e289a0ac91aca44ebcca04bb4f Mon Sep 17 00:00:00 2001 From: Jef Driesen Date: Fri, 31 Oct 2008 14:06:17 +0000 Subject: [PATCH] Set the initial rbt value to 99. Some models omit the absolute rbt value in the profile data. --- src/uwatec_smart_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uwatec_smart_parser.c b/src/uwatec_smart_parser.c index 52ffba5..98efcc8 100644 --- a/src/uwatec_smart_parser.c +++ b/src/uwatec_smart_parser.c @@ -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;