Changeset 4802 in ntrip


Ignore:
Timestamp:
Nov 17, 2012, 11:35:02 AM (11 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC/src
Files:
2 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) {
  • trunk/BNC/src/src.pro

    r4801 r4802  
    130130# Link to a 3rd-part library (test)
    131131# ---------------------------------
    132 use_RTRover = true
     132# use_RTRover = true
    133133
    134134equals(use_RTRover, true) {
Note: See TracChangeset for help on using the changeset viewer.