Index: /trunk/BNC/bncpostprocess.cpp
===================================================================
--- /trunk/BNC/bncpostprocess.cpp	(revision 3683)
+++ /trunk/BNC/bncpostprocess.cpp	(revision 3684)
@@ -41,4 +41,5 @@
 #include <iostream>
 #include "bncpostprocess.h"
+#include "bncapp.h"
 #include "bncsettings.h"
 #include "pppopt.h"
@@ -61,5 +62,4 @@
 ////////////////////////////////////////////////////////////////////////////
 t_postProcessing::~t_postProcessing() {
-  cout << "~t_postProcessing" << endl;
   delete _pppClient;
   delete _rnxNavFile;
@@ -71,5 +71,5 @@
 ////////////////////////////////////////////////////////////////////////////
 void t_postProcessing::slotMessage(QByteArray msg, bool /* showOnScreen */) {
-  cout << msg.data();
+  ((bncApp*) qApp)->slotMessage(msg, false);
 }
 
@@ -92,8 +92,4 @@
             this, SLOT(slotMessage(const QByteArray,bool)));
   }
-
-  cout << "obsFile: "  << _opt->obsFileName.toAscii().data()  << endl;
-  cout << "navFile: "  << _opt->navFileName.toAscii().data()  << endl;
-  cout << "corrFile: " << _opt->corrFileName.toAscii().data() << endl;
 
   // Read Ephemerides
@@ -144,12 +140,12 @@
   }
 
-  ///// beg test
-  int MAXI = 5;
-  for (int ii = 1; ii < MAXI; ii++) {
-    cout << "ii = " << ii << endl;
-    emit progress(float(ii)/float(MAXI));
-    sleep(1);
-  }
-  //// end test
+//  ///// beg test
+//  int MAXI = 5;
+//  for (int ii = 1; ii < MAXI; ii++) {
+//    cout << "ii = " << ii << endl;
+//    emit progress(float(ii)/float(MAXI));
+//    sleep(1);
+//  }
+//  //// end test
 
   emit finished();
