From 9725a78e8afbfd96621ff05f2fbe43450728aa94 Mon Sep 17 00:00:00 2001 From: "Emden R. Gansner" Date: Wed, 9 Oct 2013 15:54:05 -0400 Subject: [PATCH] Correct new declaration for remove_overlap --- lib/neatogen/overlap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/neatogen/overlap.h b/lib/neatogen/overlap.h index efb20e9e9..f309980a2 100644 --- a/lib/neatogen/overlap.h +++ b/lib/neatogen/overlap.h @@ -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 -- 2.40.0