Changeset 3689 in ntrip for trunk/BNC/bncpostprocess.cpp


Ignore:
Timestamp:
Feb 12, 2012, 2:11:34 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpostprocess.cpp

    r3688 r3689  
    114114  while ( (epo = _rnxObsFile->nextEpoch()) != 0 ) {
    115115    ++nEpo;
     116
     117    if (_corrFile) {
     118      _corrFile->syncRead(epo->tt);
     119    }
     120
    116121    for (int iObs = 0; iObs < epo->satObs.size(); iObs++) {
    117122      const t_rnxObsFile::t_satObs& satObs = epo->satObs[iObs];
Note: See TracChangeset for help on using the changeset viewer.