Skip to content

Commit 5afa464

Browse files
committed
pos_Br should be a Int32
1 parent 5c34cbe commit 5afa464

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
@@ -672,7 +672,7 @@ function StarSetBicoloringResult(
672672
symmetric_to_row,
673673
A_indices,
674674
compressed_indices,
675-
pos_Bc,
675+
T(pos_Bc),
676676
)
677677
end
678678

0 commit comments

Comments
 (0)