typo in variable name not revealed by ICC

This commit is contained in:
Gael Guennebaud 2012-03-08 21:45:00 +01:00
parent 48a3e0ed55
commit fe9b7c2564

View File

@ -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.