Changeset 6809 in ntrip for trunk/BNC/src/rinex
- Timestamp:
- Apr 30, 2015, 10:37:30 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcedit.cpp
r6804 r6809 546 546 const t_eph* ephOld = ephs[iOld]; 547 547 if (ephOld->prn() == eph->prn() && 548 ephOld->TOC() == eph->TOC() && 549 ephOld->flags() == eph->flags()) { 548 ephOld->TOC() == eph->TOC()) { 550 549 isNew = false; 551 550 break;
Note:
See TracChangeset
for help on using the changeset viewer.