Changeset 1980 in ntrip


Ignore:
Timestamp:
Nov 18, 2009, 11:10:39 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncfigurelate.cpp

    r1979 r1980  
    9595  if (it != _bytes.end()) {
    9696    it.value()->_sum += fabs(clate)*1000.;
    97     ++_counter;
    9897  }
    9998}
     
    106105  const static int MAXCOUNTER = 10;
    107106
    108 //++_counter;
     107  ++_counter;
    109108
    110109  // If counter reaches its maximal value, compute the mean value
    111110  // ------------------------------------------------------------
    112 //if (_counter == MAXCOUNTER) {
    113   if (_counter > MAXCOUNTER) {
     111  if (_counter == MAXCOUNTER) {
    114112    _maxLate = 0.0;
    115113    QMapIterator<QByteArray, sumAndMean*> it(_bytes);
Note: See TracChangeset for help on using the changeset viewer.