Changeset 3320 in ntrip


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

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r3319 r3320  
    12301230    PP(iObs,iObs) = 1.0 / (_sigL3 * _sigL3) / (ellWgtCoef * ellWgtCoef);
    12311231    if (satData->system() == 'R') {
    1232       PP(iObs,iObs) /= 4.0;
     1232      PP(iObs,iObs) /= 25.0;
    12331233    }
    12341234    for (int iPar = 1; iPar <= _params.size(); iPar++) {
Note: See TracChangeset for help on using the changeset viewer.