Changeset 10816 in ntrip
- Timestamp:
- Mar 12, 2026, 11:49:44 AM (8 hours ago)
- File:
-
- 1 edited
-
trunk/BNC/src/combination/bnccomb.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r10815 r10816 1600 1600 else if (corr == maxDiff[prn]) { 1601 1601 double norm = corr->_diffRao.NormFrobenius(); 1602 double facSys = 1.0; 1603 if (sys == 'C' && prn.mid(1,2).toInt() <= 16) { // BDS-2 1604 facSys *= 5.0; 1605 } 1606 if (norm > (_MAX_DISPLACEMENT * facSys)) { 1602 if (norm > _MAX_DISPLACEMENT) { 1607 1603 out << epoTime.datestr().c_str() << " " 1608 1604 << epoTime.timestr().c_str() << " "
Note:
See TracChangeset
for help on using the changeset viewer.
