From 5d796e363c6fa367647e8f3be386788b8210eb5f Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 14 Jan 2010 22:31:06 +0100 Subject: [PATCH] compilation fix for UmfPack --- Eigen/src/Sparse/UmfPackSupport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/Sparse/UmfPackSupport.h b/Eigen/src/Sparse/UmfPackSupport.h index cde924964..950624758 100644 --- a/Eigen/src/Sparse/UmfPackSupport.h +++ b/Eigen/src/Sparse/UmfPackSupport.h @@ -127,7 +127,7 @@ class SparseLU : public SparseLU typedef Matrix Vector; typedef Matrix IntRowVectorType; typedef Matrix IntColVectorType; - typedef SparseMatrix LMatrixType; + typedef SparseMatrix LMatrixType; typedef SparseMatrix UMatrixType; using Base::m_flags; using Base::m_status;