Changeset 3503 in ntrip
- Timestamp:
- Nov 16, 2011, 11:46:49 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3502 r3503 1008 1008 cmbCorr* corr = im.next(); 1009 1009 QString prn = corr->prn; 1010 if (_eph.find(prn) == _eph.end()) {1010 if (_eph.find(prn) == _eph.end()) { 1011 1011 out << "checkOrbit: missing eph (not found) " << corr->prn << endl; 1012 im.remove(); 1013 } 1014 else if (corr->eph == 0) { 1015 out << "checkOrbit: missing eph (zero) " << corr->prn << endl; 1012 1016 im.remove(); 1013 1017 }
Note:
See TracChangeset
for help on using the changeset viewer.