pvt_conf.h: initialize all variables

This commit is contained in:
Carles Fernandez 2023-11-04 15:41:21 +01:00
parent 2d2dc9af84
commit db5d218f06
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D
1 changed files with 1 additions and 1 deletions

View File

@ -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;