Index: /trunk/BNC/rnxobsfile.cpp
===================================================================
--- /trunk/BNC/rnxobsfile.cpp	(revision 3678)
+++ /trunk/BNC/rnxobsfile.cpp	(revision 3679)
@@ -207,5 +207,7 @@
       cout.setf(ios::fixed);
       cout << "prn: " << prn.toAscii().data() << " "
-           << setprecision(3) << _currEpo.satObs[iSat][0] << endl;
+           << setprecision(3) << _currEpo.satObs[iSat][0] << " " 
+           << setprecision(3) << _currEpo.satObs[iSat][5] << " "
+           << setprecision(3) << _currEpo.satObs[iSat][6] << endl;
     }
 
