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:
Carles Fernandez 2012-01-07 05:26:47 +00:00
parent 8738498691
commit db1880f23d
1 changed files with 2 additions and 1 deletions

View File

@ -555,7 +555,8 @@ void rinex_printer::Rinex2ObsHeader(std::ofstream& out, gps_navigation_message n
line.clear();
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(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);
lengthCheck(line);
out << line << std::endl;