Skip to content

Commit 3272c66

Browse files
Merge pull request #352 from GraphBLAS/with_GraphBLAS_v10
remove spurious GxB_print from FastGraphletTransform
2 parents 14d7a0c + bbf56a1 commit 3272c66

File tree

2 files changed

+0
-1
lines changed

2 files changed

+0
-1
lines changed

experimental/algorithm/LAGraph_FastGraphletTransform.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -638,7 +638,6 @@ int LAGraph_FastGraphletTransform
638638
GrB_Vector f_net = NULL ;
639639
GRB_TRY (GrB_Vector_new (&f_net, GrB_INT64, 16)) ;
640640
GRB_TRY (GrB_reduce (f_net, NULL, NULL, GrB_PLUS_INT64, *F_net, NULL)) ;
641-
GRB_TRY (GxB_print (f_net, 3)) ;
642641
GRB_TRY (GrB_free (&f_net)) ;
643642

644643
//--------------------------------------------------------------------------
9 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)