Changeset 3486 in ntrip for trunk/BNC


Ignore:
Timestamp:
Oct 30, 2011, 4:39:40 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3485 r3486  
    766766
    767767  int MAXPRN = MAXPRN_GPS;
    768   if (_useGlonass) {
    769     MAXPRN = MAXPRN_GPS + MAXPRN_GLONASS;
    770   }
     768//  if (_useGlonass) {
     769//    MAXPRN = MAXPRN_GPS + MAXPRN_GLONASS;
     770//  }
    771771
    772772  const int nCon = (_method == filter) ? 1 + MAXPRN : 0;
     
    823823      }
    824824    }
    825     if (_useGlonass) {
    826       for (int iGlo = 1; iGlo <= MAXPRN_GLONASS; iGlo++) {
    827         QString prn = QString("R%1").arg(iGlo, 2, 10, QChar('0'));
    828         ++iCond;
    829         PP(nObs+iCond) = Ph;
    830         for (int iPar = 1; iPar <= _params.size(); iPar++) {
    831           cmbParam* pp = _params[iPar-1];
    832           if ( AA.Column(iPar).maximum_absolute_value() > 0.0 &&
    833                pp->type == cmbParam::offACSat                 &&
    834                pp->prn == prn) {
    835             AA(nObs+iCond, iPar) = 1.0;
    836           }
    837         }
    838       }
    839     }
     825//    if (_useGlonass) {
     826//      for (int iGlo = 1; iGlo <= MAXPRN_GLONASS; iGlo++) {
     827//        QString prn = QString("R%1").arg(iGlo, 2, 10, QChar('0'));
     828//        ++iCond;
     829//        PP(nObs+iCond) = Ph;
     830//        for (int iPar = 1; iPar <= _params.size(); iPar++) {
     831//          cmbParam* pp = _params[iPar-1];
     832//          if ( AA.Column(iPar).maximum_absolute_value() > 0.0 &&
     833//               pp->type == cmbParam::offACSat                 &&
     834//               pp->prn == prn) {
     835//            AA(nObs+iCond, iPar) = 1.0;
     836//          }
     837//        }
     838//      }
     839//    }
    840840  }
    841841
Note: See TracChangeset for help on using the changeset viewer.