Changeset 2242 in ntrip


Ignore:
Timestamp:
Jan 12, 2010, 3:44:39 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncmodel.cpp

    r2240 r2242  
    461461        bncParam* par = new bncParam(bncParam::AMB_L3, _params.size()+1, prn);
    462462        _params.push_back(par);
    463         par->xx = satData->P3 - cmpValue(satData);
     463        ///        par->xx = satData->L3 - cmpValue(satData);
    464464      }
    465465    }
     
    642642
    643643        ll(iObs)      = satData->L3 - rhoCmp;
     644
     645        cout.setf(ios::fixed);
     646        cout << prn.toAscii().data() << " "
     647             << setprecision(3) << rhoCmp << " "
     648             << setprecision(3) << satData->P3 << " "
     649             << setprecision(3) << satData->L3 << endl;
     650
    644651        PP(iObs,iObs) = 1.0 / (sig_L3 * sig_L3) / ellWgtCoeff;
    645652        for (int iPar = 1; iPar <= _params.size(); iPar++) {
     
    663670    }
    664671
     672    cout << endl;
     673
    665674    // Compute Filter Update
    666675    // ---------------------
Note: See TracChangeset for help on using the changeset viewer.