Skip to content

Commit ae2bd38

Browse files
duplicate declaration fixed
1 parent 2565a0e commit ae2bd38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

experimental/algorithm/LAGraph_Louvain2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ int LAGraph_Louvain2(
152152
GrB_Vector sr = NULL;
153153
GrB_Vector srxq = NULL;
154154
GrB_Index vals_srxq;
155-
GrB_Matrix dS = NULL ;
155+
// GrB_Matrix dS = NULL ;
156156
GrB_Vector dSTk = NULL, vtS = NULL ;
157157
GrB_Vector temp = NULL ;
158158
GrB_Vector y_rand = NULL ;

0 commit comments

Comments
 (0)