Changeset 2067 in ntrip
- Timestamp:
- Dec 1, 2009, 2:56:32 PM (15 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncmodel.cpp ¶
r2066 r2067 199 199 double ee = hh / 100.0 * exp(-37.2465 + 0.213166*TT - 0.000256908*TT*TT); 200 200 201 cout << "Ele: " << 180.0 * Ele / M_PI << " " << height << " "202 << pp << " " << TT << " " << hh << " " << ee << endl;203 204 201 double h_km = height / 1000.0; 205 202 … … 264 261 // ----------------- 265 262 ColumnVector vv = _AA * _dx - _ll; 266 267 cout << setprecision(3) << vv.t();268 cout.flush();269 263 270 264 // Set Solution Vector -
TabularUnified trunk/BNC/bncpppclient.cpp ¶
r2062 r2067 215 215 ColumnVector& xc, ColumnVector& vv, bool& corr) { 216 216 217 const double MAXAGE = 120.0; 217 const bool CORR_REQUIRED = true; 218 const double MAXAGE = 120.0; 218 219 219 220 corr = false; … … 228 229 corr = true; 229 230 applyCorr(cc, xc, vv); 231 } 232 } 233 else { 234 if (CORR_REQUIRED) { 235 return failure; 230 236 } 231 237 }
Note:
See TracChangeset
for help on using the changeset viewer.