[hamradio-commits] [gnss-sdr] 170/251: initializing member at the constructor
Carles Fernandez
carles_fernandez-guest at moszumanska.debian.org
Wed Sep 2 00:22:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
carles_fernandez-guest pushed a commit to branch master
in repository gnss-sdr.
commit 24c75a19dbd057fc22658b97374ed2bfa21bbca0
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date: Sat Jun 6 07:22:28 2015 +0200
initializing member at the constructor
---
src/core/system_parameters/gps_cnav_navigation_message.cc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/core/system_parameters/gps_cnav_navigation_message.cc b/src/core/system_parameters/gps_cnav_navigation_message.cc
index 683c089..6990251 100644
--- a/src/core/system_parameters/gps_cnav_navigation_message.cc
+++ b/src/core/system_parameters/gps_cnav_navigation_message.cc
@@ -55,6 +55,8 @@ void Gps_CNAV_Navigation_Message::reset()
d_satvel_X = 0;
d_satvel_Y = 0;
d_satvel_Z = 0;
+
+ d_TOW = 0.0;
}
--
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