Changeset 3554 in ntrip
- Timestamp:
- Dec 23, 2011, 8:40:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3553 r3554 355 355 while (itCorr.hasNext()) { 356 356 cmbCorr* hlp = itCorr.next(); 357 if (hlp->prn == newCorr->prn && hlp->acName == newCorr-> prn) {357 if (hlp->prn == newCorr->prn && hlp->acName == newCorr->acName) { 358 358 existingCorr = hlp; 359 359 break;
Note:
See TracChangeset
for help on using the changeset viewer.