chiark / gitweb /
revert normalisation stuff
[moebius2.git] / minimise.h
index b0d285d9b1ac16f7c4e09468cd3d5072483eaae5..2374c92dbeb20c5a0f27783848d8ecf4cb4f3161 100644 (file)
@@ -17,9 +17,7 @@ void compute_vertex_areas(const Vertices vertices);
 void compute_edge_lengths(const Vertices vertices);
 extern double vertex_areas[N], vertex_mean_edge_lengths[N], edge_lengths[N][V6];
 
-extern double density;
-
-double line_bending_adjcost(const Vertices vertices);
+double line_bending_cost(const Vertices vertices);
 double noncircular_rim_cost(const Vertices vertices);
 double edge_length_variation_cost(const Vertices vertices);
 double rim_proximity_cost(const Vertices vertices);