oups, forgot to remove a stupid debug assertion

This commit is contained in:
Johann Dreo 2012-07-10 15:38:55 +02:00
commit 394c9fc7cd

View file

@ -202,8 +202,6 @@ public:
// division by n
_mean /= p_size;
assert(_mean.innerSize()==2);
}
const Matrix& get_varcovar() const {return _varcovar;}