Changeset 9612 in ntrip for trunk/BNC/src/PPP


Ignore:
Timestamp:
Jan 19, 2022, 10:34:25 PM (2 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppSatObs.cpp

    r9610 r9612  
    101101            if (obs->_rnxType2ch == obsType.toStdString() &&
    102102                obs->_codeValid && obs->_code &&
    103                 obs->_phaseValid && obs->_phase &&
    104                 obs->_lockTimeValid ? obs->_lockTime > 5 : obs->_lockTime == -1) {
     103                obs->_phaseValid && obs->_phase) {
    105104              _obs[iFreq] = new t_frqObs(*obs); //cout << "================> newObs: " << obs->_rnxType2ch <<endl;
    106105            }
Note: See TracChangeset for help on using the changeset viewer.