From: Matthew Fernandez Date: Thu, 20 May 2021 03:34:56 +0000 (-0700) Subject: remove commented out code in country_graph_coloring.c X-Git-Tag: 2.47.3~33^2~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d2801ded1d2cf8d0e2a6091551a4771805247e87;p=graphviz remove commented out code in country_graph_coloring.c --- diff --git a/cmd/gvmap/country_graph_coloring.c b/cmd/gvmap/country_graph_coloring.c index c2a00b252..09e35e935 100644 --- a/cmd/gvmap/country_graph_coloring.c +++ b/cmd/gvmap/country_graph_coloring.c @@ -16,8 +16,6 @@ #include #include -/* int Verbose = FALSE; */ - static void get_local_12_norm(int n, int i, int *ia, int *ja, int *p, real *norm){ int j, nz = 0; norm[0] = n; norm[1] = 0; @@ -245,8 +243,6 @@ void improve_antibandwidth_by_swapping(SparseMatrix A, int *p){ get_local_12_norm(n, i, ia, ja, p, norm11); get_local_12_norm(n, j, ia, ja, p, norm22); if (MIN(norm11[0],norm22[0]) > MIN(norm1[0],norm2[0])){ - // || - //(MIN(norm11[0],norm22[0]) == MIN(norm1[0],norm2[0]) && norm11[1]+norm22[1] > norm1[1]+norm2[1])) { improved = TRUE; norm1[0] = norm11[0]; norm1[1] = norm11[1];