Index: trunk/BNC/bncpppclient.cpp
===================================================================
--- trunk/BNC/bncpppclient.cpp	(revision 2041)
+++ trunk/BNC/bncpppclient.cpp	(revision 2042)
@@ -114,7 +114,4 @@
 
   QString prn = QString("G%1").arg(gpseph.satellite, 2, 10, QChar('0'));
-
-  cout << "EPH " << prn.toAscii().data() << " " << gpseph.IODE << " " 
-       << gpseph.IODC << endl;
 
   if (_eph.contains(prn)) {
@@ -200,4 +197,6 @@
 void bncPPPclient::processEpoch() {
 
+  cout.setf(ios::fixed);
+
   QMapIterator<QString, t_satData*> it(_epoData->satData);
   while (it.hasNext()) {
@@ -208,6 +207,4 @@
     ColumnVector xc(4);
     ColumnVector vv(3);
-
-    cout.setf(ios::fixed);
 
     bool corr = false;
@@ -217,5 +214,5 @@
            << setw(14) << setprecision(3) << xc(2)                << "  "
            << setw(14) << setprecision(3) << xc(3)                << "  "
-           << setw(14) << setprecision(6) << xc(4)*1.e6;
+           << setw(12) << setprecision(6) << xc(4)*1.e6;
       if (corr) {
         cout << endl;
Index: trunk/BNC/bncpppclient.h
===================================================================
--- trunk/BNC/bncpppclient.h	(revision 2041)
+++ trunk/BNC/bncpppclient.h	(revision 2042)
@@ -86,6 +86,8 @@
  private:
   t_irc getSatPos(const t_time& tt, const QString& prn, 
-                  ColumnVector& xc, ColumnVector& vv);
+                  ColumnVector& xc, ColumnVector& vv, bool& corr);
   void processEpoch();
+  void applyCorr(const t_corr* cc, ColumnVector& xc, ColumnVector& vv);
+
   QByteArray             _staID;
   QMutex                 _mutex;
