Changeset 8735 in ntrip for trunk/BNC/src/combination
- Timestamp:
- May 9, 2019, 8:46:40 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r8734 r8735 825 825 826 826 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 } 830 830 831 831 const int nCon = (_method == filter) ? 1 + maxSat : 0;
Note:
See TracChangeset
for help on using the changeset viewer.