Changeset 10231 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Oct 30, 2023, 4:39:27 PM (13 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppSatObs.cpp
r10222 r10231 33 33 using namespace std; 34 34 35 const double GLO_WEIGHT_FACTOR = 3.0;36 const double BDS_WEIGHT_FACTOR = 3.0;35 const double GLO_WEIGHT_FACTOR = 1.0; 36 const double BDS_WEIGHT_FACTOR = 1.0; 37 37 38 38 // Constructor … … 393 393 394 394 // Enlarge maxRes GLO+BDS 395 / /----------------------395 /* ---------------------- 396 396 if (_prn.system() == 'R' && t_lc::includesCode(tLC)) { 397 397 retVal *= GLO_WEIGHT_FACTOR; … … 399 399 if (_prn.system() == 'C' && t_lc::includesCode(tLC)){ 400 400 retVal *= BDS_WEIGHT_FACTOR; 401 } 401 }*/ 402 402 403 403 return retVal;
Note:
See TracChangeset
for help on using the changeset viewer.