chiark / gitweb /
best so far perhaps
[moebius2.git] / minimise.h
index 60efb3e53a07d83985cb277e927d400897d4c988..a8a2288f5c14b38a1993ab84b4133070ce317fbc 100644 (file)
@@ -21,7 +21,7 @@ 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);
-double edge_angle_cost(const Vertices vertices);
+double edge_angle_cost(const Vertices vertices, double circcircrat);
 double small_triangles_cost(const Vertices vertices);
 
 extern const char *input_file, *best_file;