Changeset 3389 in ntrip


Ignore:
Timestamp:
Aug 30, 2011, 5:50:42 PM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r3388 r3389  
    11261126    PP(iObs,iObs) = 1.0 / (_sigL3 * _sigL3) / (ellWgtCoef * ellWgtCoef);
    11271127    if (satData->system() == 'R') {
    1128       PP(iObs,iObs) /= 25.0;
     1128      ////      PP(iObs,iObs) /= 25.0;
    11291129    }
    11301130    for (int iPar = 1; iPar <= _params.size(); iPar++) {
Note: See TracChangeset for help on using the changeset viewer.