mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-13 18:37:27 +08:00
typo in variable name not revealed by ICC
This commit is contained in:
parent
48a3e0ed55
commit
fe9b7c2564
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user