From db5d218f069e4506ccf7ae3732fdcf2ec7574712 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sat, 4 Nov 2023 15:41:21 +0100 Subject: [PATCH] pvt_conf.h: initialize all variables --- src/algorithms/PVT/libs/pvt_conf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms/PVT/libs/pvt_conf.h b/src/algorithms/PVT/libs/pvt_conf.h index bf4a3501a..517465350 100644 --- a/src/algorithms/PVT/libs/pvt_conf.h +++ b/src/algorithms/PVT/libs/pvt_conf.h @@ -90,7 +90,7 @@ public: bool pre_2009_file = false; bool dump = false; bool dump_mat = true; - bool log_source_timetag; + bool log_source_timetag = false; bool use_e6_for_pvt = true; bool use_has_corrections = true; bool use_unhealthy_sats = false;