1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-12-14 20:20:35 +00:00

Cleaning output

This commit is contained in:
Carles Fernandez 2014-09-05 17:16:29 +02:00
parent da6a15e637
commit 597bb9c035

View File

@ -425,9 +425,9 @@ bool hybrid_ls_pvt::get_PVT(std::map<int,Gnss_Synchro> gnss_pseudoranges_map, do
<< " is Lat = " << d_latitude_d << " [deg], Long = " << d_longitude_d << " is Lat = " << d_latitude_d << " [deg], Long = " << d_longitude_d
<< " [deg], Height= " << d_height_m << " [m]"; << " [deg], Height= " << d_height_m << " [m]";
std::cout << "Hybrid Position at " << boost::posix_time::to_simple_string(p_time) //std::cout << "Hybrid Position at " << boost::posix_time::to_simple_string(p_time)
<< " is Lat = " << d_latitude_d << " [deg], Long = " << d_longitude_d // << " is Lat = " << d_latitude_d << " [deg], Long = " << d_longitude_d
<< " [deg], Height= " << d_height_m << " [m]" << std::endl; // << " [deg], Height= " << d_height_m << " [m]" << std::endl;
return false; return false;
} }