Changeset 10009 in ntrip for trunk/BNC/src/PPP/pppParlist.cpp


Ignore:
Timestamp:
Mar 17, 2023, 10:17:00 AM (14 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10004 r10009  
    510510  }
    511511
    512 
    513512  if (OPT->_obsModelType == OPT->DCMcodeBias ||
    514513      OPT->_obsModelType == OPT->DCMphaseBias) {
     
    693692  required.push_back(new t_pppParam(t_pppParam::clkR, t_prn(), t_lc::dummy));
    694693
    695   // Glonass Clock Offset
     694  // GLONASS Clock Offset
    696695  // --------------------
    697   if (_usedSystems.contains('R')  && (_usedSystems.contains('G') || _usedSystems.contains('E'))) {
     696  if ( _usedSystems.contains('R')  &&
     697      (_usedSystems.contains('G') || _usedSystems.contains('E') || _usedSystems.contains('C'))) {
    698698    required.push_back(new t_pppParam(t_pppParam::offGlo, t_prn(), t_lc::dummy));
    699699  }
Note: See TracChangeset for help on using the changeset viewer.