Index: trunk/BNC/combination/bnccomb.cpp
===================================================================
--- trunk/BNC/combination/bnccomb.cpp	(revision 3078)
+++ trunk/BNC/combination/bnccomb.cpp	(revision 3079)
@@ -631,4 +631,9 @@
     bncModel::kalman(AA, ll, PP, _QQ, dx);
     ColumnVector vv = ll - AA * dx;
+    int    maxResIndex = 0;
+    double maxRes      = vv.maximum_absolute_value1(maxResIndex);   
+    out.setRealNumberNotation(QTextStream::FixedNotation);
+    out.setRealNumberPrecision(3);
+    out << "Maximum Residuum " << maxRes << " (index " << maxResIndex << ")\n";
 
     for (int iPar = 1; iPar <= _params.size(); iPar++) {
