Changeset 3353:a8514885fb7c in orange
- Timestamp:
- 03/01/07 17:16:35 (6 years ago)
- Branch:
- default
- Convert:
- 581822a0ce74cf7488a14549753b68a8d4b33d0d
- File:
-
- 1 edited
-
source/include/stat.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
source/include/stat.hpp
r3349 r3353 1479 1479 { typedef typename map<T, U>::const_iterator mapiterator; 1480 1480 1481 if ( (method == DISTRIBUTE_MINIMAL) && (nPoints<0)) {1481 if (nPoints<0) { 1482 1482 nPoints = -nPoints; 1483 1483 method = DISTRIBUTE_FACTOR;
Note: See TracChangeset
for help on using the changeset viewer.
