Changeset 6804 in ntrip for trunk/BNC/src/rinex/reqcedit.cpp


Ignore:
Timestamp:
Apr 29, 2015, 5:02:43 PM (9 years ago)
Author:
stuerze
Message:

During mixing of ephemeris data sets now the aspect is taken into account that Galileo I/NAV and F/NAV data sets can have the same epoch

File:
1 edited

Legend:

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

    r6795 r6804  
    545545    for (int iOld = 0; iOld < ephs.size(); iOld++) {
    546546      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()) {
    548550        isNew = false;
    549551        break;
Note: See TracChangeset for help on using the changeset viewer.