Skip to content

Commit

Permalink
burble
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Dec 8, 2024
1 parent 46daf4a commit bb50c7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/test_SingleSourceShortestPath.c
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const matrix_info files [ ] =
void test_SingleSourceShortestPath(void)
{
LAGraph_Init(msg);
// GrB_Global_set_INT32 (GrB_GLOBAL, true, (GrB_Field) GxB_BURBLE) ;
GrB_Matrix A = NULL, T = NULL ;
GrB_Scalar Delta = NULL ;
OK (GrB_Scalar_new (&Delta, GrB_INT32)) ;
Expand Down

0 comments on commit bb50c7d

Please sign in to comment.