- Timestamp:
- Nov 18, 2009, 11:03:23 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncfigurelate.cpp
r1977 r1979 94 94 QMap<QByteArray, sumAndMean*>::const_iterator it = _bytes.find(staID); 95 95 if (it != _bytes.end()) { 96 it.value()->_sum += clate*1000.;96 it.value()->_sum += fabs(clate)*1000.; 97 97 ++_counter; 98 98 }
Note:
See TracChangeset
for help on using the changeset viewer.