Ignore:
Timestamp:
May 22, 2024, 10:14:54 PM (4 months ago)
Author:
stuerze
Message:

changes regarding Combi

File:
1 edited

Legend:

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

    r10494 r10495  
    10101010    double facSys = 1.0;
    10111011    if (sys == 'C' &&
    1012         corrs(sys)[maxResIndex-1]->_prn.mid(1,3).toInt() <= 16) {
     1012        corrs(sys)[maxResIndex-1]->_prn.mid(1,2).toInt() <= 16) { // BDS-2
    10131013      facSys *= 10.0;
    10141014    }
     
    15511551        double facSys = 1.0;
    15521552        if (sys == 'C' &&
    1553             prn.mid(1,3).toInt() <= 16) {
     1553            prn.mid(1,2).toInt() <= 16) {// BDS-2
    15541554          facSys *= 10.0;
    15551555        }
Note: See TracChangeset for help on using the changeset viewer.