- Timestamp:
- Apr 29, 2015, 5:02:43 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/reqcedit.cpp
r6795 r6804 545 545 for (int iOld = 0; iOld < ephs.size(); iOld++) { 546 546 const t_eph* ephOld = ephs[iOld]; 547 if (ephOld->prn() == eph->prn() && ephOld->TOC() == eph->TOC()) { 547 if (ephOld->prn() == eph->prn() && 548 ephOld->TOC() == eph->TOC() && 549 ephOld->flags() == eph->flags()) { 548 550 isNew = false; 549 551 break;
Note:
See TracChangeset
for help on using the changeset viewer.