Fixed median class
This commit is contained in:
@@ -36,7 +36,7 @@ namespace Stats {
|
||||
}
|
||||
|
||||
/** get the median of all added values */
|
||||
float get() const {
|
||||
Scalar get() const {
|
||||
|
||||
// sanity check
|
||||
Assert::isNot0(sorted.size(), "add elements first!");
|
||||
|
||||
Reference in New Issue
Block a user