]> granicus.if.org Git - graphviz/commitdiff
added a scan line algorithm to deal with cases where nodes have not clash over triang...
authoryifanhu <devnull@localhost>
Thu, 7 Feb 2008 18:23:15 +0000 (18:23 +0000)
committeryifanhu <devnull@localhost>
Thu, 7 Feb 2008 18:23:15 +0000 (18:23 +0000)
lib/sfdpgen/overlap.h

index 61ab824d6f0973a9af399becc9cd1c7e6bc52c91..12c8181c69b266de6ae2396b1316a3c3974879eb 100644 (file)
@@ -5,7 +5,7 @@ typedef  StressMajorizationSmoother OverlapSmoother;
 
 void OverlapSmoother_delete(OverlapSmoother sm);
 
-OverlapSmoother OverlapSmoother_new(SparseMatrix A, int dim, real lambda0, real *x, real *width, int include_original_graph,
+OverlapSmoother OverlapSmoother_new(SparseMatrix A, int dim, real lambda0, real *x, real *width, int include_original_graph, int neighborhood_only,
                                    real *max_overlap);
 
 void OverlapSmoother_smooth(OverlapSmoother sm, int dim, real *x);