Changeset 10389 in ntrip


Ignore:
Timestamp:
Mar 12, 2024, 4:19:39 PM (7 weeks ago)
Author:
stuerze
Message:

changes regarding PPP

File:
1 edited

Legend:

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

    r10388 r10389  
    493493  // BDS Clock Offset
    494494  // ----------------
    495   if (_usedSystems.contains('C')  &&
    496       (_usedSystems.contains('G') || _usedSystems.contains('E'))) {
     495  if (_usedSystems.value('C')  &&
     496      (_usedSystems.value('G') || _usedSystems.value('E'))) {
    497497    required.push_back(new t_pppParam(t_pppParam::offBds, t_prn(), t_lc::dummy));
    498498  }
Note: See TracChangeset for help on using the changeset viewer.