From bdd7c6c88a0b8cb931480e04e33a17aa08022e06 Mon Sep 17 00:00:00 2001 From: Benoit Jacob Date: Fri, 11 Jun 2010 07:56:50 -0400 Subject: change the value of Dynamic to -1, since the index type is now configurable. remove EIGEN_ENUM_MIN/MAX, implement new macros instead --- test/householder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/householder.cpp') diff --git a/test/householder.cpp b/test/householder.cpp index b7a1cadf9..310eb8c33 100644 --- a/test/householder.cpp +++ b/test/householder.cpp @@ -47,7 +47,7 @@ template void householder(const MatrixType& m) typedef Matrix VBlockMatrixType; typedef Matrix TMatrixType; - Matrix _tmp(std::max(rows,cols)); + Matrix _tmp(std::max(rows,cols)); Scalar* tmp = &_tmp.coeffRef(0,0); Scalar beta; -- cgit v1.2.3