Changeset 7039 in ntrip for trunk/BNC/src/rinex/corrfile.cpp


Ignore:
Timestamp:
Jul 13, 2015, 5:29:39 PM (9 years ago)
Author:
stuerze
Message:

minor changes regarding file reading for PPP

File:
1 edited

Legend:

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

    r6556 r7039  
    9898      while (it.hasNext()) {
    9999        const t_orbCorr& corr = it.next();
    100         _corrIODs[QString(corr._prn.toString().c_str())] = corr._iod;
     100        _corrIODs[QString(corr._prn.toInternalString().c_str())] = corr._iod;
    101101      }
    102102      emit newOrbCorrections(orbCorrList);
Note: See TracChangeset for help on using the changeset viewer.