Index: /trunk/BNC/bncfigurelate.cpp
===================================================================
--- /trunk/BNC/bncfigurelate.cpp	(revision 1979)
+++ /trunk/BNC/bncfigurelate.cpp	(revision 1980)
@@ -95,5 +95,4 @@
   if (it != _bytes.end()) {
     it.value()->_sum += fabs(clate)*1000.;
-    ++_counter;
   }
 }
@@ -106,10 +105,9 @@
   const static int MAXCOUNTER = 10;
 
-//++_counter;
+  ++_counter;
 
   // If counter reaches its maximal value, compute the mean value
   // ------------------------------------------------------------
-//if (_counter == MAXCOUNTER) {
-  if (_counter > MAXCOUNTER) {
+  if (_counter == MAXCOUNTER) {
     _maxLate = 0.0;
     QMapIterator<QByteArray, sumAndMean*> it(_bytes);
