Comparing branches/development/src/utils/Accumulator.hpp (file contents):
Revision 1850 by gezelter, Wed Feb 20 15:39:39 2013 UTC vs.
Revision 1855 by gezelter, Tue Apr 2 18:31:51 2013 UTC
| 305 |
|
ret = sqrt(var); |
| 306 |
|
return; |
| 307 |
|
} |
| 308 |
< |
|
| 309 |
< |
protected: |
| 310 |
< |
size_t Count_; |
| 308 |
> |
|
| 309 |
|
private: |
| 310 |
|
ResultType Val_; |
| 311 |
|
ResultType Avg_; |
| 396 |
|
return; |
| 397 |
|
} |
| 398 |
|
|
| 401 |
– |
protected: |
| 402 |
– |
size_t Count_; |
| 399 |
|
private: |
| 400 |
|
ElementType Val_; |
| 401 |
|
ResultType Avg_; |
Diff Legend
| – |
Removed lines |
| + |
Added lines |
| < |
Changed lines |
| > |
Changed lines |