Changeset 3499 in ntrip
- Timestamp:
- Nov 8, 2011, 4:51:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3497 r3499 1012 1012 cmbCorr* corr = it.next(); 1013 1013 QString prn = corr->prn; 1014 switchToLastEph(_eph[prn]->last, corr); 1014 1015 if (meanRao.find(prn) == meanRao.end()) { 1015 1016 meanRao[prn].ReSize(4); … … 1027 1028 numCorr[prn] += 1; 1028 1029 } 1029 switchToLastEph(_eph[prn]->last, corr);1030 1030 } 1031 1031
Note:
See TracChangeset
for help on using the changeset viewer.