Changeset 5884 in ntrip for trunk/BNC/src/rinex/reqcanalyze.cpp


Ignore:
Timestamp:
Aug 8, 2014, 4:04:09 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5883 r5884  
    238238        const t_rnxObsFile::t_rnxSat& rnxSat = _currEpo->rnxSat[iObs];
    239239        t_obs obs;
    240         setObsFromRnx(obsFile, _currEpo, rnxSat, obs);
     240        t_rnxObsFile::setObsFromRnx(obsFile, _currEpo, rnxSat, obs);
    241241 
    242242        QString prn = QString("%1%2").arg(obs.satSys)
Note: See TracChangeset for help on using the changeset viewer.