Chow-Patel ILU: Fixed incorrect assertion.
Algorithm was fine, but assertion checked wrong row/column index. Solver benchmarks set NDEBUG, so the issue wasn't detected. Changed NDEBUG to BOOST_UBLAS_NDEBUG so that the issue won't show up again.
Loading
Please register or sign in to comment