- Timestamp:
- 07/04/14 19:34:28 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/RowAccumulator.cpp
r2939 r2970 263 263 Double RowAccumulator::getTime() const 264 264 { 265 return timeSum_/ Float(max(n_));265 return timeSum_/Double(max(n_)); 266 266 } 267 267
Note:
See TracChangeset
for help on using the changeset viewer.