mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-10-31 23:26:22 +00:00
fix compitation in Ubuntu
git-svn-id: https://svn.code.sf.net/p/gnss-sdr/code/trunk@113 64b25241-fba3-4117-9849-534c7e92360d
This commit is contained in:
parent
8738498691
commit
db1880f23d
@ -555,7 +555,8 @@ void rinex_printer::Rinex2ObsHeader(std::ofstream& out, gps_navigation_message n
|
|||||||
line.clear();
|
line.clear();
|
||||||
line += rinex_printer::leftJustify("GNSS-SDR",20); // add flag and property
|
line += rinex_printer::leftJustify("GNSS-SDR",20); // add flag and property
|
||||||
line += rinex_printer::leftJustify("Software Receiver",20); // add flag and property
|
line += rinex_printer::leftJustify("Software Receiver",20); // add flag and property
|
||||||
line += rinex_printer::leftJustify(google::VersionString(),20); // add flag and property
|
//line += rinex_printer::leftJustify(google::VersionString(),20); // add flag and property
|
||||||
|
line += rinex_printer::leftJustify("0.1",20);
|
||||||
line += rinex_printer::leftJustify("REC # / TYPE / VERS",20);
|
line += rinex_printer::leftJustify("REC # / TYPE / VERS",20);
|
||||||
lengthCheck(line);
|
lengthCheck(line);
|
||||||
out << line << std::endl;
|
out << line << std::endl;
|
||||||
|
Loading…
Reference in New Issue
Block a user