Removed commented code line.

This commit is contained in:
Kjetil Olsen Lye 2023-05-03 12:47:55 +02:00
parent bb9c51a6cc
commit 54598a44d5

View File

@ -149,8 +149,6 @@ void
CuSeqILU0<M, X, Y, l>::update()
{
m_LU.updateNonzeroValues(detail::makeMatrixWithNonzeroDiagonal(m_underlyingMatrix));
// updateILUConfiguration();
createILU();
}