Changeset 8735 in ntrip for trunk


Ignore:
Timestamp:
May 9, 2019, 8:46:40 AM (5 years ago)
Author:
stuerze
Message:

minor changes within the combination

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/combination/bnccomb.cpp

    r8734 r8735  
    825825
    826826  int maxSat = t_prn::MAXPRN_GPS;
    827 //  if (_useGlonass) {
    828 //    maxSat = t_prn::MAXPRN_GPS + t_prn::MAXPRN_GLONASS;
    829 //  }
     827  if (_useGlonass) {
     828    maxSat = t_prn::MAXPRN_GPS + t_prn::MAXPRN_GLONASS;
     829  }
    830830
    831831  const int nCon = (_method == filter) ? 1 + maxSat : 0;
Note: See TracChangeset for help on using the changeset viewer.