Changeset 3137 in ntrip


Ignore:
Timestamp:
Mar 25, 2011, 1:30:55 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r3136 r3137  
    659659      for (int iPar = 1; iPar <= _params.size(); iPar++) {
    660660        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) {
    663662          AA(nObs+iCond, iPar) = 1.0;
    664663        }
Note: See TracChangeset for help on using the changeset viewer.