- Timestamp:
- Mar 25, 2011, 1:30:55 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3136 r3137 659 659 for (int iPar = 1; iPar <= _params.size(); iPar++) { 660 660 cmbParam* pp = _params[iPar-1]; 661 if (pp->type == cmbParam::Sat_offset && pp->prn == prn && 662 AA.Column(iPar).maximum_absolute_value() > 0.0) { 661 if (pp->type == cmbParam::Sat_offset && pp->prn == prn) { 663 662 AA(nObs+iCond, iPar) = 1.0; 664 663 }
Note:
See TracChangeset
for help on using the changeset viewer.