]> granicus.if.org Git - graphviz/commitdiff
remove unused 'final_energy'
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 20 Dec 2021 16:07:45 +0000 (08:07 -0800)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 27 Dec 2021 20:05:42 +0000 (12:05 -0800)
lib/neatogen/neatoprocs.h
lib/neatogen/stuff.c

index c0922191138b2c93be715367b93b708b9a546c57..baa252b7b6bd248dd9913257087e66d98b1373e0 100644 (file)
@@ -32,7 +32,6 @@ extern "C" {
     NEATOPROCS_API int checkStart(graph_t * G, int nG, int);
     NEATOPROCS_API int circuit_model(graph_t *, int);
     NEATOPROCS_API void diffeq_model(graph_t *, int);
-    NEATOPROCS_API void final_energy(graph_t *, int);
     NEATOPROCS_API double fpow32(double);
     NEATOPROCS_API Ppolyline_t getPath(edge_t *, vconfig_t *, int, Ppoly_t **,
                               int);
index 88558ce3242541c093d128005ad356a4b0698cd2..28156a9dfc4aea3326486ac484238d7f47592e74 100644 (file)
@@ -510,12 +510,6 @@ static void D2E(graph_t * G, int nG, int n, double *M)
            Msub(k, l) = Msub(l, k);
 }
 
-void final_energy(graph_t * G, int nG)
-{
-    fprintf(stderr, "iterations = %d final e = %f\n", GD_move(G),
-           total_e(G, nG));
-}
-
 node_t *choose_node(graph_t * G, int nG)
 {
     int i, k;