]> granicus.if.org Git - graphviz/commit
jacobi: fix assertion typo that overwrote matrix value type
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 10 Nov 2021 02:37:55 +0000 (18:37 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 14 Nov 2021 19:00:52 +0000 (11:00 -0800)
commit8b2986b9a1b0cb1052eaf3238c3476614ad8eaf6
treecc8e25c14638ad7f0122ba24db92a9f991d6c1a6
parent222f4ef8817acb59e080e009401800aece7b497c
jacobi: fix assertion typo that overwrote matrix value type

Comparing to the surrounding functions in this file, this was clearly meant to
be checking the type of the matrix not setting it. This was benign as, due to a
separate problem, assertions are disabled in this file, making this a no-op. The
next commit will re-enable assertions, which caused this issue to be discovered
through a compiler error.
CHANGELOG.md
lib/sfdpgen/sparse_solve.c