Skip to content

Commit 54a9acb

Browse files
committed
Fix a bug
1 parent 9be2643 commit 54a9acb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/result.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ function TreeSetColoringResult(
339339
col_j = view(rv, nzrange(S, j))
340340
index_offsets += 1
341341

342-
compressed_indices[index_offsets] = (color[j] - 1) * nvertices + i)
342+
compressed_indices[index_offsets] = (color[j] - 1) * nvertices + i
343343

344344
#! format: off
345345
# S[i,j] is in the lower triangular part of S

0 commit comments

Comments
 (0)