We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cb3884 commit 0ceb174Copy full SHA for 0ceb174
2 files changed
Project.toml
@@ -1,7 +1,7 @@
1
name = "SparseMatrixColorings"
2
uuid = "0a514795-09f3-496d-8182-132a7b665d35"
3
authors = ["Guillaume Dalle", "Alexis Montoison"]
4
-version = "0.4.4"
+version = "0.4.5"
5
6
[deps]
7
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
src/coloring.jl
@@ -240,7 +240,7 @@ function symmetric_coefficient(
240
if h == j
241
# i is the spoke
242
return i, color[h]
243
- elseif h == i
+ else
244
# j is the spoke
245
return j, color[h]
246
end
0 commit comments