Changeset 4236 in ntrip


Ignore:
Timestamp:
May 30, 2012, 4:09:28 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/rinex/reqcedit.cpp

    r4229 r4236  
    359359    for (int iOld = 0; iOld < _ephs.size(); iOld++) {
    360360      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()) {
    362362        isNew = false;
    363363        break;
Note: See TracChangeset for help on using the changeset viewer.