]> granicus.if.org Git - graphviz/commitdiff
Correct new declaration for remove_overlap
authorEmden R. Gansner <erg@alum.mit.edu>
Wed, 9 Oct 2013 19:54:05 +0000 (15:54 -0400)
committerEmden R. Gansner <erg@alum.mit.edu>
Wed, 9 Oct 2013 19:54:05 +0000 (15:54 -0400)
lib/neatogen/overlap.h

index efb20e9e97fd69b603f71fab6850cbb238947f17..f309980a278ef24fae6e24c3692e93831440f658 100644 (file)
@@ -53,6 +53,6 @@ typedef struct relative_position_constraints_struct*  relative_position_constrai
 real OverlapSmoother_smooth(OverlapSmoother sm, int dim, real *x);
 
 void remove_overlap(int dim, SparseMatrix A, real *x, real *label_sizes, int ntry, real initial_scaling, 
-                   int edge_labeling_scheme, int n_constr_nodes, int *constr_nodes, SparseMatrix A_constr, int *flag);
+                   int edge_labeling_scheme, int n_constr_nodes, int *constr_nodes, SparseMatrix A_constr, int doShrink, int *flag);
 real overlap_scaling(int dim, int m, real *x, real *width, real scale_sta, real scale_sto, real epsilon, int maxiter);
 #endif