Changeset 4802 in ntrip for trunk/BNC/src/bncmodel.cpp
- Timestamp:
- Nov 17, 2012, 11:35:02 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncmodel.cpp
r4801 r4802 226 226 _params.push_back(new bncParam(bncParam::RECCLK, ++nextPar, "")); 227 227 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, "")); 231 229 } 232 230 if (_opt->useGalileo) { … … 247 245 else if (pp->type == bncParam::TROPO) { 248 246 _QQ(iPar,iPar) = _opt->sigTrp0 * _opt->sigTrp0; 247 pp->xx = lastTrp; 249 248 } 250 249 else if (pp->type == bncParam::GALILEO_OFFSET) {
Note:
See TracChangeset
for help on using the changeset viewer.