Changeset 3757 in ntrip for trunk/BNC/rinex/bncpostprocess.cpp


Ignore:
Timestamp:
Apr 1, 2012, 4:07:39 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3755 r3757  
    141141    // ----------------
    142142    t_eph* eph = 0;
    143     while ( (eph = _rnxNavFile->getNextEph(epo->tt)) != 0 ) {
     143    const QMap<QString, int>* corrIODs = _corrFile ? &_corrFile->corrIODs() : 0;
     144    while ( (eph = _rnxNavFile->getNextEph(epo->tt, corrIODs)) != 0 ) {
    144145      if (_pppClient->putNewEph(eph) != success) {
    145146        delete eph; eph = 0;
Note: See TracChangeset for help on using the changeset viewer.