Changeset 2064
- Timestamp:
- Sep 16, 2009, 7:19:09 PM (14 years ago)
- Location:
- trunk/yat/statistics
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/yat/statistics/KolmogorovSmirnov.cc
r2014 r2064 196 196 197 197 bool KolmogorovSmirnov::Element::operator< 198 (const KolmogorovSmirnov::Element rhs) const198 (const KolmogorovSmirnov::Element& rhs) const 199 199 { 200 200 return value<rhs.value; -
trunk/yat/statistics/KolmogorovSmirnov.h
r2055 r2064 77 77 \return true if value is less than rhs.value 78 78 */ 79 bool operator<(const Element rhs) const;79 bool operator<(const Element& rhs) const; 80 80 }; 81 81
Note: See TracChangeset
for help on using the changeset viewer.