Changeset 5776 in ntrip for trunk/BNC/src/rinex/rnxnavfile.cpp


Ignore:
Timestamp:
Aug 4, 2014, 11:34:04 AM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5738 r5776  
    208208        t_eph* eph = *it;
    209209        double dt = eph->TOC() - tt;
    210         if (dt < 8*3600.0 && eph->prn() == prn && eph->IOD() == iod) {
     210        if (dt < 8*3600.0 && QString(eph->prn().toString().c_str()) == prn && eph->IOD() == iod) {
    211211          it = _ephs.erase(it);
    212212          return eph;
Note: See TracChangeset for help on using the changeset viewer.