[hamradio-commits] [gnss-sdr] 05/06: fixing bug in obs data format (version 2.11)
Carles Fernandez
carles_fernandez-guest at moszumanska.debian.org
Fri Feb 20 17:36:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
carles_fernandez-guest pushed a commit to branch next
in repository gnss-sdr.
commit d05e734101a48c88ff036aa64655c2cb677224bd
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date: Wed Feb 18 01:13:56 2015 +0100
fixing bug in obs data format (version 2.11)
---
src/algorithms/PVT/libs/rinex_printer.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/algorithms/PVT/libs/rinex_printer.cc b/src/algorithms/PVT/libs/rinex_printer.cc
index e9553e4..b6ff532 100644
--- a/src/algorithms/PVT/libs/rinex_printer.cc
+++ b/src/algorithms/PVT/libs/rinex_printer.cc
@@ -2147,7 +2147,7 @@ void Rinex_Printer::log_rinex_obs(std::ofstream& out, const Gps_Ephemeris& eph,
{
line += std::string(1, ' ');
}
- line += Rinex_Printer::asString(fmod(gps_t, 60), 7);
+ line += Rinex_Printer::asString(second_, 7);
line += std::string(2, ' ');
// Epoch flag 0: OK 1: power failure between previous and current epoch <1: Special event
line += std::string(1, '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