Index: /trunk/BNC/src/combination/bnccomb.cpp
===================================================================
--- /trunk/BNC/src/combination/bnccomb.cpp	(revision 6168)
+++ /trunk/BNC/src/combination/bnccomb.cpp	(revision 6169)
@@ -612,18 +612,8 @@
     }
 
-    cout << "AA:  " << AA.Nrows() << ' ' << AA.Ncols() << endl;
-    cout << "ll:  " << ll.Nrows() << endl;
-    cout << "PP:  " << PP.Nrows() << ' ' << PP.Ncols() << endl;
-    cout << "_QQ: " << _QQ.Nrows() << ' ' << _QQ.Ncols() << endl;
-    cout << "dx: "  << dx.Nrows() << endl;
-
-    dx = 0.0;
+    dx.ReSize(nPar); dx = 0.0;
     kalman(AA, ll, PP, _QQ, dx);
 
-    cout << "after Kalman" << endl;
-
     ColumnVector vv = ll - AA * dx;
-
-    cout << vv.t() << endl;
 
     int     maxResIndex;
