Changeset 3424 in ntrip
- Timestamp:
- Sep 11, 2011, 6:30:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3423 r3424 531 531 532 532 if (maxRes > _MAXRES) { 533 for (int iPar = 1; iPar <= _params.size(); iPar++) { 534 cmbParam* pp = _params[iPar-1]; 535 if (pp->type == cmbParam::Sat_offset && 536 pp->AC == llInfo[maxResIndex-1].AC && 537 pp->prn == llInfo[maxResIndex-1].prn) { 538 QQ_sav.Row(iPar) = 0.0; 539 QQ_sav.Column(iPar) = 0.0; 540 QQ_sav(iPar,iPar) = pp->sig_0; 541 } 542 } 543 533 544 out << " Outlier" << endl; 534 545 _QQ = QQ_sav;
Note:
See TracChangeset
for help on using the changeset viewer.