Changeset 4236 in ntrip
- Timestamp:
- May 30, 2012, 4:09:28 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/rinex/reqcedit.cpp
r4229 r4236 359 359 for (int iOld = 0; iOld < _ephs.size(); iOld++) { 360 360 const t_eph* ephOld = _ephs[iOld]; 361 if (ephOld->prn() == eph->prn() && ephOld-> IOD() == eph->IOD()) {361 if (ephOld->prn() == eph->prn() && ephOld->TOC() == eph->TOC()) { 362 362 isNew = false; 363 363 break;
Note:
See TracChangeset
for help on using the changeset viewer.