Changeset 5978 in ntrip
- Timestamp:
- Aug 17, 2014, 2:13:12 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/PPP/pppParlist.cpp ¶
r5921 r5978 413 413 covariXYZ_NEU(QQxyz, sta->ellApr().data(), QQneu); 414 414 415 LOG << epoTimeStr 415 ostringstream hlp; 416 417 hlp << epoTimeStr << ' ' << sta->name() 416 418 << " X = " << setprecision(4) << sta->xyzApr()[0] + xyz[0] << " +- " 417 419 << setprecision(4) << sqrt(QQxyz[0][0]) … … 431 433 << " dU = " << setprecision(4) << neu[2] << " +- " 432 434 << setprecision(4) << sqrt(QQneu[2][2]); 433 LOG << endl; 434 } 435 } 436 435 436 LOG << hlp.str() << endl; 437 } 438 } 439
Note:
See TracChangeset
for help on using the changeset viewer.