[hamradio-commits] [gnss-sdr] 300/303: Code cleaning

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Mon Feb 13 22:36:10 UTC 2017


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 10a12c155eaab66006e7fedb1c6975d99fe03b1e
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Fri Feb 10 10:34:19 2017 +0100

    Code cleaning
---
 src/algorithms/PVT/libs/galileo_e1_ls_pvt.cc | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/algorithms/PVT/libs/galileo_e1_ls_pvt.cc b/src/algorithms/PVT/libs/galileo_e1_ls_pvt.cc
index 7041b83..48b7d4d 100644
--- a/src/algorithms/PVT/libs/galileo_e1_ls_pvt.cc
+++ b/src/algorithms/PVT/libs/galileo_e1_ls_pvt.cc
@@ -139,10 +139,10 @@ bool galileo_e1_ls_pvt::get_PVT(std::map<int,Gnss_Synchro> gnss_pseudoranges_map
 
                     // SV ECEF DEBUG OUTPUT
                     DLOG(INFO) << "ECEF satellite SV ID=" << galileo_ephemeris_iter->second.i_satellite_PRN
-                            << " X=" << galileo_ephemeris_iter->second.d_satpos_X
-                            << " [m] Y=" << galileo_ephemeris_iter->second.d_satpos_Y
-                            << " [m] Z=" << galileo_ephemeris_iter->second.d_satpos_Z
-                            << " [m] PR_obs=" << obs(valid_obs) << " [m]";
+                               << " X=" << galileo_ephemeris_iter->second.d_satpos_X
+                               << " [m] Y=" << galileo_ephemeris_iter->second.d_satpos_Y
+                               << " [m] Z=" << galileo_ephemeris_iter->second.d_satpos_Z
+                               << " [m] PR_obs=" << obs(valid_obs) << " [m]";
 
                     valid_obs++;
                 }
@@ -194,8 +194,8 @@ bool galileo_e1_ls_pvt::get_PVT(std::map<int,Gnss_Synchro> gnss_pseudoranges_map
                     cart2geo(static_cast<double>(rx_position_and_time(0)), static_cast<double>(rx_position_and_time(1)), static_cast<double>(rx_position_and_time(2)), 4);
                     d_rx_dt_s = rx_position_and_time(3)/GALILEO_C_m_s; // Convert RX time offset from meters to seconds
                     DLOG(INFO) << "Galileo Position at " << boost::posix_time::to_simple_string(p_time)
-                    << " is Lat = " << d_latitude_d << " [deg], Long = " << d_longitude_d
-                    << " [deg], Height= " << d_height_m << " [m]" << " RX time offset= " << d_rx_dt_s << " [s]";
+                               << " is Lat = " << d_latitude_d << " [deg], Long = " << d_longitude_d
+                               << " [deg], Height= " << d_height_m << " [m]" << " RX time offset= " << d_rx_dt_s << " [s]";
 
                     // ###### Compute DOPs ########
                     compute_DOP();

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