Index: /branches/BNC_2.12/src/orbComp/sp3Comp.cpp
===================================================================
--- /branches/BNC_2.12/src/orbComp/sp3Comp.cpp	(revision 7940)
+++ /branches/BNC_2.12/src/orbComp/sp3Comp.cpp	(revision 7941)
@@ -35,5 +35,5 @@
  * Created:    24-Nov-2014
  *
- * Changes:    
+ * Changes:
  *
  * -----------------------------------------------------------------------*/
@@ -72,8 +72,8 @@
 }
 
-//  
+//
 ////////////////////////////////////////////////////////////////////////////
 void t_sp3Comp::run() {
- 
+
   // Open Log File
   // -------------
@@ -125,4 +125,5 @@
   if (BNC_CORE->mode() != t_bncCore::interactive) {
     qApp->exit(0);
+    msleep(100); //sleep 0.1 sec
   }
   else {
@@ -181,5 +182,5 @@
     Matrix       AA(dc.size(), nPar); AA = 0.0;
     ColumnVector ll(dc.size());       ll = 0.0;
-    map<t_prn, double>::const_iterator it; 
+    map<t_prn, double>::const_iterator it;
     int ii = -1;
     for (it = dc.begin(); it != dc.end(); it++) {
@@ -200,10 +201,10 @@
   // Regularize NN
   // -------------
-  RowVector HH(nPar); 
+  RowVector HH(nPar);
   HH.columns(1, epochs.size())      = 0.0;
   HH.columns(epochs.size()+1, nPar) = 1.0;
   SymmetricMatrix dN; dN << HH.t() * HH;
   NN += dN;
- 
+
   // Estimate Parameters
   // -------------------
@@ -417,5 +418,5 @@
 }
 
-// 
+//
 ////////////////////////////////////////////////////////////////////////////
 bool t_sp3Comp::excludeSat(const t_prn& prn) const {
Index: /branches/BNC_2.12/src/rinex/reqcanalyze.cpp
===================================================================
--- /branches/BNC_2.12/src/rinex/reqcanalyze.cpp	(revision 7940)
+++ /branches/BNC_2.12/src/rinex/reqcanalyze.cpp	(revision 7941)
@@ -100,4 +100,5 @@
   if (BNC_CORE->mode() != t_bncCore::interactive) {
     qApp->exit(0);
+    msleep(100); //sleep 0.1 sec
   }
 }
Index: /branches/BNC_2.12/src/rinex/reqcedit.cpp
===================================================================
--- /branches/BNC_2.12/src/rinex/reqcedit.cpp	(revision 7940)
+++ /branches/BNC_2.12/src/rinex/reqcedit.cpp	(revision 7941)
@@ -150,4 +150,5 @@
   if (BNC_CORE->mode() != t_bncCore::interactive) {
     qApp->exit(0);
+    msleep(100); //sleep 0.1 sec
   }
   else {
