Changeset 6612 in ntrip
- Timestamp:
- Mar 2, 2015, 10:08:08 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/orbComp/sp3Comp.cpp
r6577 r6612 380 380 // ------------- 381 381 out << "!\n! RMS[m]\n"; 382 out << "!\n! MJDPRN radial along out nOrb clk clkRed nClk Offset"383 "\n! ---------------------------------------------------------------------- -------\n";382 out << "!\n! PRN radial along out nOrb clk clkRed nClk Offset" 383 "\n! ----------------------------------------------------------------------\n"; 384 384 for (map<string, t_stat>::iterator it = stat.begin(); it != stat.end(); it++) { 385 385 const string& prn = it->first; … … 390 390 stat._rao[2] = sqrt(stat._rao[2] / stat._nr); 391 391 if (prn == all) { 392 out << "!\n! 392 out << "!\n! Total "; 393 393 } 394 394 else { 395 out << "! 395 out << "! " << prn << ' '; 396 396 } 397 397 out << setw(7) << setprecision(4) << stat._rao[0] << ' '
Note:
See TracChangeset
for help on using the changeset viewer.