Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
clementfarabet committed Oct 25, 2011
1 parent d67e993 commit be0c7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pink/kruskal.c
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ list * MSF_Kruskal(MergeTree * MT) // max_weight /* maximum weight value */
Insert(&cut, i);
}

PrintList(cut);
//PrintList(cut);

LifoTermine(LIFO);
free(Mrk);
Expand Down

0 comments on commit be0c7b2

Please sign in to comment.