From fe9b7c2564755aadeeb2a8ecee3dd60d951c6ef9 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 8 Mar 2012 21:45:00 +0100 Subject: [PATCH] typo in variable name not revealed by ICC --- Eigen/src/PardisoSupport/PardisoSupport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Eigen/src/PardisoSupport/PardisoSupport.h b/Eigen/src/PardisoSupport/PardisoSupport.h index cb22e992a..69f4a18bb 100644 --- a/Eigen/src/PardisoSupport/PardisoSupport.h +++ b/Eigen/src/PardisoSupport/PardisoSupport.h @@ -142,7 +142,7 @@ class PardisoImpl * See the PARDISO manual to know how to use it. */ Array& pardisoParameterArray() { - return m_param; + return m_iparm; } /** Performs a symbolic decomposition on the sparcity of \a matrix.