mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-25 15:46:56 +08:00
bug #1629: fix compilation of PardisoSupport (regression introduced in changeset a7842daef2c82a9be200dff54d455f6d4a0b199c
)
This commit is contained in:
parent
b071672e78
commit
22144e949d
@ -123,7 +123,7 @@ class PardisoImpl : public SparseSolverBase<Derived>
|
|||||||
};
|
};
|
||||||
|
|
||||||
PardisoImpl()
|
PardisoImpl()
|
||||||
: m_analysisIsOk(false), m_factorizationIsOk(false), m_pt(0)
|
: m_analysisIsOk(false), m_factorizationIsOk(false)
|
||||||
{
|
{
|
||||||
eigen_assert((sizeof(StorageIndex) >= sizeof(_INTEGER_t) && sizeof(StorageIndex) <= 8) && "Non-supported index type");
|
eigen_assert((sizeof(StorageIndex) >= sizeof(_INTEGER_t) && sizeof(StorageIndex) <= 8) && "Non-supported index type");
|
||||||
m_iparm.setZero();
|
m_iparm.setZero();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user