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