Index: trunk/BNC/src/orbComp/sp3Comp.cpp
===================================================================
--- trunk/BNC/src/orbComp/sp3Comp.cpp	(revision 6608)
+++ trunk/BNC/src/orbComp/sp3Comp.cpp	(revision 6612)
@@ -380,6 +380,6 @@
   // -------------
   out << "!\n! RMS[m]\n";
-  out << "!\n!  MJD       PRN  radial   along   out     nOrb    clk   clkRed   nClk    Offset"
-           "\n! -----------------------------------------------------------------------------\n";
+  out << "!\n!    PRN  radial   along   out     nOrb    clk   clkRed   nClk    Offset"
+           "\n! ----------------------------------------------------------------------\n";
   for (map<string, t_stat>::iterator it = stat.begin(); it != stat.end(); it++) {
     const string& prn  = it->first;
@@ -390,8 +390,8 @@
       stat._rao[2] = sqrt(stat._rao[2] / stat._nr);
       if (prn == all) {
-        out << "!\n!          Total ";
+        out << "!\n!  Total ";
       }
       else {
-        out << "!            " << prn << ' ';
+        out << "!    " << prn << ' ';
       }
       out << setw(7) << setprecision(4) << stat._rao[0] << ' '
