Changeset 10485 in ntrip


Ignore:
Timestamp:
May 8, 2024, 3:10:05 PM (11 days ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10484 r10485  
    15391539    // ---------------
    15401540    bool removed = false;
     1541    int facSys = 1;
     1542    if (sys == 'C') {
     1543      facSys *= 2;
     1544    }
    15411545    QMutableVectorIterator<cmbCorr*> im(corrs(sys));
    15421546    while (im.hasNext()) {
     
    15491553      else if (corr == maxDiff[prn]) {
    15501554        double norm = corr->_diffRao.NormFrobenius();
    1551         if (norm > _MAX_DISPLACEMENT) {
     1555        if (norm > (_MAX_DISPLACEMENT * facSys)) {
    15521556          out << epoTime.datestr().c_str()    << " "
    15531557              << epoTime.timestr().c_str()    << " "
Note: See TracChangeset for help on using the changeset viewer.