- Timestamp:
- 05/07/14 17:33:10 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/RowAccumulator.cpp
r2580 r2939 251 251 } 252 252 if (weightType_ == W_TINT || weightType_ == W_TINTSYS) { 253 w /= Float(inter);253 w *= Float(inter); 254 254 } 255 255 return w;
Note:
See TracChangeset
for help on using the changeset viewer.