Changeset 3245 for trunk/yat/statistics/utility.h
- Timestamp:
- May 24, 2014, 7:01:31 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/utility.h
r3239 r3245 373 373 ++first2; 374 374 } 375 std::sort(ad.begin(), ad.end()); 376 return median(ad.begin(), ad.end(), true); 375 return median(ad.begin(), ad.end(), false); 377 376 } 378 377
Note: See TracChangeset
for help on using the changeset viewer.