Changeset 3319 in ntrip for trunk/BNC/bncmodel.cpp


Ignore:
Timestamp:
Jun 27, 2011, 6:18:10 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r3317 r3319  
    12291229    ll(iObs)      = satData->L3 - cmpValue(satData, true);
    12301230    PP(iObs,iObs) = 1.0 / (_sigL3 * _sigL3) / (ellWgtCoef * ellWgtCoef);
     1231    if (satData->system() == 'R') {
     1232      PP(iObs,iObs) /= 4.0;
     1233    }
    12311234    for (int iPar = 1; iPar <= _params.size(); iPar++) {
    12321235      if (_params[iPar-1]->type == bncParam::AMB_L3 &&
Note: See TracChangeset for help on using the changeset viewer.