Changeset 10496 in ntrip for trunk/BNC/src/combination
- Timestamp:
- May 23, 2024, 11:22:56 AM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r10495 r10496 1011 1011 if (sys == 'C' && 1012 1012 corrs(sys)[maxResIndex-1]->_prn.mid(1,2).toInt() <= 16) { // BDS-2 1013 facSys *= 10.0;1013 facSys *= 5.0; 1014 1014 } 1015 1015 if (maxRes > (_MAX_RES * facSys)) { … … 1552 1552 if (sys == 'C' && 1553 1553 prn.mid(1,2).toInt() <= 16) {// BDS-2 1554 facSys *= 10.0;1554 facSys *= 5.0; 1555 1555 } 1556 1556 if (norm > (_MAX_DISPLACEMENT * facSys)) {
Note:
See TracChangeset
for help on using the changeset viewer.