aboutsummaryrefslogtreecommitdiffhomepage
path: root/Eigen/src/PardisoSupport
diff options
context:
space:
mode:
authorGravatar Gael Guennebaud <g.gael@free.fr>2012-03-08 21:45:00 +0100
committerGravatar Gael Guennebaud <g.gael@free.fr>2012-03-08 21:45:00 +0100
commitfe9b7c2564755aadeeb2a8ecee3dd60d951c6ef9 (patch)
tree7a21487734d29474f9b92b59592bb3df209ef19c /Eigen/src/PardisoSupport
parent48a3e0ed55f2f9efbc31a796104465e89f91dbf8 (diff)
typo in variable name not revealed by ICC
Diffstat (limited to 'Eigen/src/PardisoSupport')
-rw-r--r--Eigen/src/PardisoSupport/PardisoSupport.h2
1 files changed, 1 insertions, 1 deletions
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<Index,64,1>& pardisoParameterArray()
{
- return m_param;
+ return m_iparm;
}
/** Performs a symbolic decomposition on the sparcity of \a matrix.