Changeset 10498 in ntrip for trunk


Ignore:
Timestamp:
May 24, 2024, 10:27:26 AM (4 months ago)
Author:
stuerze
Message:

changes regarding Combi

File:
1 edited

Legend:

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

    r10497 r10498  
    10081008        << " Maximum Residuum " << maxRes << ' '
    10091009        << corrs(sys)[maxResIndex-1]->_acName << ' ' << corrs(sys)[maxResIndex-1]->_prn.mid(0,3);
     1010    double facSys = 1.0;
     1011    if (sys == 'C' &&
     1012        corrs(sys)[maxResIndex-1]->_prn.mid(1,2).toInt() <= 16) {// BDS-2
     1013      facSys *= 2.0;
     1014    }
    10101015    if (maxRes > _MAX_RES) {
    10111016      for (int iPar = 1; iPar <= _params[sys].size(); iPar++) {
Note: See TracChangeset for help on using the changeset viewer.