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


Ignore:
Timestamp:
Feb 12, 2012, 10:39:03 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncpostprocess.cpp

    r3674 r3675  
    108108  // Read Observations
    109109  // -----------------
    110   while (_rnxObsFile->getEpoch() == success) {
     110  const t_rnxObsFile::t_epo* epo = 0;
     111  while ( (epo = _rnxObsFile->nextEpoch()) != 0) {
    111112
    112113  }
Note: See TracChangeset for help on using the changeset viewer.