mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
remove debug output
This commit is contained in:
@@ -459,7 +459,6 @@ Derived& PastixBase<Derived>::factorize(MatrixType& mat)
|
||||
m_factorizationIsOk = true;
|
||||
m_isInitialized = true;
|
||||
}
|
||||
std::cout << "IPARM " << m_iparm(IPARM_ERROR_NUMBER) << " \n";
|
||||
return derived();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user