Changeset 6809 in ntrip for trunk/BNC/src/rinex


Ignore:
Timestamp:
Apr 30, 2015, 10:37:30 PM (9 years ago)
Author:
stuerze
Message:

I/NAV - F/NAV issue (hopefully:) solved in another way

File:
1 edited

Legend:

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

    r6804 r6809  
    546546      const t_eph* ephOld = ephs[iOld];
    547547      if (ephOld->prn() == eph->prn() &&
    548           ephOld->TOC() == eph->TOC() &&
    549           ephOld->flags() == eph->flags()) {
     548          ephOld->TOC() == eph->TOC()) {
    550549        isNew = false;
    551550        break;
Note: See TracChangeset for help on using the changeset viewer.