Changeset 9612 in ntrip for trunk/BNC/src


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

minor changes

Location:
trunk/BNC/src
Files:
2 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            }
  • trunk/BNC/src/pppRun.cpp

    r9609 r9612  
    547547
    548548  try {
    549     cout << "_opt->_rinexNav: " << _opt->_rinexNav.c_str() << endl;
    550549    _rnxNavFile = new t_rnxNavFile(QString(_opt->_rinexNav.c_str()), t_rnxNavFile::input);
    551550  }
Note: See TracChangeset for help on using the changeset viewer.