Changeset 4802 in ntrip for trunk/BNC/src/bncmodel.cpp


Ignore:
Timestamp:
Nov 17, 2012, 11:35:02 AM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncmodel.cpp

    r4801 r4802  
    226226  _params.push_back(new bncParam(bncParam::RECCLK, ++nextPar, ""));
    227227  if (_opt->estTropo) {
    228     bncParam* pp = new bncParam(bncParam::TROPO, ++nextPar, "");
    229     pp->xx = lastTrp;
    230     _params.push_back(pp);
     228    _params.push_back(new bncParam(bncParam::TROPO, ++nextPar, ""));
    231229  }
    232230  if (_opt->useGalileo) {
     
    247245    else if (pp->type == bncParam::TROPO) {
    248246      _QQ(iPar,iPar) = _opt->sigTrp0 * _opt->sigTrp0;
     247      pp->xx = lastTrp;
    249248    }
    250249    else if (pp->type == bncParam::GALILEO_OFFSET) {
Note: See TracChangeset for help on using the changeset viewer.