Initialize all class members

This commit is contained in:
Carles Fernandez 2016-11-05 08:49:57 +01:00
parent 805ce850b9
commit 3fd7639b6d
1 changed files with 1 additions and 0 deletions

View File

@ -267,6 +267,7 @@ hybrid_pvt_cc::hybrid_pvt_cc(unsigned int nchannels, bool dump, std::string dump
else
{
d_rtcm_MT1097_rate_ms = boost::math::lcm(1000, d_output_rate_ms); // default value if not set
d_rtcm_MSM_rate_ms = boost::math::lcm(1000, d_output_rate_ms); // default value if not set
}
b_rtcm_writing_started = false;