Ignore:
Timestamp:
May 23, 2024, 11:22:56 AM (4 months ago)
Author:
stuerze
Message:

changes regarding Combi

File:
1 edited

Legend:

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

    r10495 r10496  
    10111011    if (sys == 'C' &&
    10121012        corrs(sys)[maxResIndex-1]->_prn.mid(1,2).toInt() <= 16) { // BDS-2
    1013       facSys *= 10.0;
     1013      facSys *= 5.0;
    10141014    }
    10151015    if (maxRes > (_MAX_RES * facSys)) {
     
    15521552        if (sys == 'C' &&
    15531553            prn.mid(1,2).toInt() <= 16) {// BDS-2
    1554           facSys *= 10.0;
     1554          facSys *= 5.0;
    15551555        }
    15561556        if (norm > (_MAX_DISPLACEMENT * facSys)) {
Note: See TracChangeset for help on using the changeset viewer.