aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/redux.cpp
diff options
context:
space:
mode:
authorGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-01-30 17:24:18 +0100
committerGravatar Hauke Heibel <hauke.heibel@gmail.com>2010-01-30 17:24:18 +0100
commit15c0a78c6ed2b2442d374d5c7d7ed81fa03c381f (patch)
tree0d3f6396c1e0137b0628819956da9912f6befae8 /test/redux.cpp
parent43f0c0cbb31dff81402ffda22cf9dd3856d499e6 (diff)
One warning less...
Diffstat (limited to 'test/redux.cpp')
-rw-r--r--test/redux.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/redux.cpp b/test/redux.cpp
index f95e8b29c..511df1d22 100644
--- a/test/redux.cpp
+++ b/test/redux.cpp
@@ -45,7 +45,6 @@ template<typename MatrixType> void matrixRedux(const MatrixType& m)
maxc = std::max(ei_real(maxc), ei_real(m1(i,j)));
}
const Scalar mean = s/Scalar(rows*cols);
- const Scalar other_mean = m1.mean();
VERIFY_IS_APPROX(m1.sum(), s);
VERIFY_IS_APPROX(m1.mean(), mean);