Skip to content

Commit 1c08178

Browse files
committed
fix: make lagraph_mm_read ignore duplicates
1 parent ecabbef commit 1c08178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/LAGraph_MMRead.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ int LAGraph_MMRead
989989

990990
if (type == GrB_BOOL)
991991
{
992-
GRB_TRY (GrB_Matrix_build_BOOL (*A, I, J, (bool *) X, nvals2, NULL)) ;
992+
GRB_TRY (GrB_Matrix_build_BOOL (*A, I, J, (bool *) X, nvals2, GxB_IGNORE_DUP)) ;
993993
}
994994
else if (type == GrB_INT8)
995995
{

0 commit comments

Comments
 (0)