Changeset 1980 in ntrip
- Timestamp:
- Nov 18, 2009, 11:10:39 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncfigurelate.cpp ¶
r1979 r1980 95 95 if (it != _bytes.end()) { 96 96 it.value()->_sum += fabs(clate)*1000.; 97 ++_counter;98 97 } 99 98 } … … 106 105 const static int MAXCOUNTER = 10; 107 106 108 //++_counter;107 ++_counter; 109 108 110 109 // If counter reaches its maximal value, compute the mean value 111 110 // ------------------------------------------------------------ 112 //if (_counter == MAXCOUNTER) { 113 if (_counter > MAXCOUNTER) { 111 if (_counter == MAXCOUNTER) { 114 112 _maxLate = 0.0; 115 113 QMapIterator<QByteArray, sumAndMean*> it(_bytes);
Note:
See TracChangeset
for help on using the changeset viewer.