Changeset 3415 in ntrip
- Timestamp:
- Sep 3, 2011, 3:04:36 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmodel.cpp
r3414 r3415 1317 1317 if (_outlierGPS.size() > 0 || _outlierGlo.size() > 0) { 1318 1318 _log += "Neglected PRNs: "; 1319 QStringListIterator itGPS(_outlierGPS); 1320 while (itGPS.hasNext()) { 1321 QString prn = itGPS.next(); 1322 _log += prn + ' '; 1319 if (!_outlierGPS.isEmpty()) { 1320 _log += _outlierGPS.last() + ' '; 1323 1321 } 1324 1322 QStringListIterator itGlo(_outlierGlo);
Note:
See TracChangeset
for help on using the changeset viewer.