- Timestamp:
- Oct 30, 2011, 4:39:40 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/combination/bnccomb.cpp ¶
r3485 r3486 766 766 767 767 int MAXPRN = MAXPRN_GPS; 768 if (_useGlonass) { 769 MAXPRN = MAXPRN_GPS + MAXPRN_GLONASS; 770 } 768 // if (_useGlonass) { 769 // MAXPRN = MAXPRN_GPS + MAXPRN_GLONASS; 770 // } 771 771 772 772 const int nCon = (_method == filter) ? 1 + MAXPRN : 0; … … 823 823 } 824 824 } 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 // } 840 840 } 841 841
Note:
See TracChangeset
for help on using the changeset viewer.