Changeset 10816 in ntrip


Ignore:
Timestamp:
Mar 12, 2026, 11:49:44 AM (8 hours ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10815 r10816  
    16001600      else if (corr == maxDiff[prn]) {
    16011601        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) {
    16071603          out << epoTime.datestr().c_str()    << " "
    16081604              << epoTime.timestr().c_str()    << " "
Note: See TracChangeset for help on using the changeset viewer.