aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/basicstuff.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/basicstuff.cpp')
-rw-r--r--test/basicstuff.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/basicstuff.cpp b/test/basicstuff.cpp
index da1955777..70b65a7be 100644
--- a/test/basicstuff.cpp
+++ b/test/basicstuff.cpp
@@ -88,6 +88,7 @@ template<typename MatrixType> void basicStuff(const MatrixType& m)
Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> cv(rows);
rv = square.row(r);
cv = square.col(r);
+
VERIFY_IS_APPROX(rv, cv.transpose());
if(cols!=1 && rows!=1 && MatrixType::SizeAtCompileTime!=Dynamic)