]> granicus.if.org Git - graphviz/commitdiff
Remove some debug code for cgraph version
authorEmden Gansner <erg@research.att.com>
Wed, 7 Dec 2011 20:18:54 +0000 (15:18 -0500)
committerEmden Gansner <erg@research.att.com>
Wed, 7 Dec 2011 20:18:54 +0000 (15:18 -0500)
lib/neatogen/stress.c

index 68bb270e36c16fc32f91974e1894087fa1b231a0..74ed7d56d54404f406d20925bd48b127774db0fd 100644 (file)
@@ -1274,19 +1274,10 @@ int stress_majorization_kD_mkernel(vtx_data * graph,    /* Input graph in sparse re
                compute_stressf(coords, lap2, dim, n, exp),
                iterations, elapsed_sec());
     }
-#ifdef WITH_CGRAPH
-    if (Verbose)
-       fprintf(stderr, "coords\n");
-#endif                         /* WITH_CGRAPH */
 
     for (i = 0; i < dim; i++) {
        for (j = 0; j < n; j++) {
            d_coords[i][j] = coords[i][j];
-#ifdef WITH_CGRAPH
-           if (Verbose)
-               fprintf(stderr, "%f\n", coords[i][j]);
-
-#endif                         /* WITH_CGRAPH */
        }
     }
 #ifdef NONCORE