Changeset 2272 in ntrip for trunk/BNC/bncmodel.cpp
- Timestamp:
- Jan 20, 2010, 8:48:42 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncmodel.cpp
r2271 r2272 154 154 _estTropo = true; 155 155 } 156 _oldAprTrop = 0.0;157 156 158 157 _xcBanc.ReSize(4); _xcBanc = 0.0; … … 308 307 iGlo.remove(); 309 308 } 310 }311 312 // Tropospheric Delay313 // ------------------314 if (_estTropo) {315 double newAprTrop = delay_saast(M_PI/2.0);316 if (_oldAprTrop != 0.0) {317 for (int ii = 0; ii < _params.size(); ++ii) {318 bncParam* pp = _params[ii];319 if (pp->type == bncParam::TROPO) {320 pp->xx += _oldAprTrop - newAprTrop;321 }322 }323 }324 _oldAprTrop = newAprTrop;325 309 } 326 310
Note:
See TracChangeset
for help on using the changeset viewer.