Algue-Rythme / MST_MPI

Implementing parallel Kruskal and Prim MST algorithms using MPI
0 stars 1 forks source link

commit line 515, 516 in mst_solution.c #3

Closed DyeKuu closed 4 years ago

DyeKuu commented 4 years ago

I remove the redundant not used variable: tableau, which will cause a compilation error, by committing line 515 and 516

Algue-Rythme commented 4 years ago

Thank you, that was dead code !