[hamradio-commits] [gnss-sdr] 54/126: fixing warning

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Sat Dec 26 18:38:01 UTC 2015


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch next
in repository gnss-sdr.

commit b9f51a5e6be23eae6e8a46762fc840fa18597fd9
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Tue Nov 24 18:34:32 2015 +0100

    fixing warning
---
 src/algorithms/PVT/libs/nmea_printer.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/algorithms/PVT/libs/nmea_printer.cc b/src/algorithms/PVT/libs/nmea_printer.cc
index c313e63..f8e440b 100644
--- a/src/algorithms/PVT/libs/nmea_printer.cc
+++ b/src/algorithms/PVT/libs/nmea_printer.cc
@@ -141,6 +141,7 @@ bool Nmea_Printer::Print_Nmea_Line(const std::shared_ptr<Pvt_Solution>& pvt_data
 
     // set the new PVT data
     d_PVT_data = pvt_data;
+    d_PVT_data->d_flag_averaging = print_average_values;
 
     // generate the NMEA sentences
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list