Changeset 6612 in ntrip


Ignore:
Timestamp:
Mar 2, 2015, 10:08:08 AM (9 years ago)
Author:
weber
Message:

Output format modified

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/orbComp/sp3Comp.cpp

    r6577 r6612  
    380380  // -------------
    381381  out << "!\n! RMS[m]\n";
    382   out << "!\n!  MJD       PRN  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";
    384384  for (map<string, t_stat>::iterator it = stat.begin(); it != stat.end(); it++) {
    385385    const string& prn  = it->first;
     
    390390      stat._rao[2] = sqrt(stat._rao[2] / stat._nr);
    391391      if (prn == all) {
    392         out << "!\n!          Total ";
     392        out << "!\n!  Total ";
    393393      }
    394394      else {
    395         out << "!            " << prn << ' ';
     395        out << "!    " << prn << ' ';
    396396      }
    397397      out << setw(7) << setprecision(4) << stat._rao[0] << ' '
Note: See TracChangeset for help on using the changeset viewer.