Skip to content

Commit

Permalink
Merge pull request #719 from DrTimothyAldenDavis/dev2
Browse files Browse the repository at this point in the history
LAGraph: testing; use enum type instead of int
  • Loading branch information
DrTimothyAldenDavis authored Jan 9, 2024
2 parents 92b0f51 + 4f9219b commit d5582da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LAGraph/src/benchmark/tc_demo.c
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ int main (int argc, char **argv)
// warmup for more accurate timing, and also print # of triangles
double ttot = LAGraph_WallClockTime ( ) ;
printf ("\nwarmup method: ") ;
int presort = LAGr_TriangleCount_AutoSort ; // = 0 (auto selection)
LAGr_TriangleCount_Presort presort = LAGr_TriangleCount_AutoSort ;
print_method (stdout, 6, presort) ;

// warmup method:
Expand Down

0 comments on commit d5582da

Please sign in to comment.