Changeset 1979 in ntrip


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

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncfigurelate.cpp

    r1977 r1979  
    9494  QMap<QByteArray, sumAndMean*>::const_iterator it = _bytes.find(staID);
    9595  if (it != _bytes.end()) {
    96     it.value()->_sum += clate*1000.;
     96    it.value()->_sum += fabs(clate)*1000.;
    9797    ++_counter;
    9898  }
Note: See TracChangeset for help on using the changeset viewer.