X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?a=blobdiff_plain;ds=sidebyside;f=minimise.h;h=f1da76f1103458e54f32af6107511f42d947956c;hb=13f94397661f67256a68849da13d2029880647c2;hp=2043d16249eef6ce6458a0de18030ca20437a52e;hpb=adb7009271496415357968a8b8a886706cc2906e;p=moebius2.git diff --git a/minimise.h b/minimise.h index 2043d16..f1da76f 100644 --- a/minimise.h +++ b/minimise.h @@ -19,6 +19,7 @@ extern double vertex_areas[N], vertex_mean_edge_lengths[N], edge_lengths[N][V6]; double noncircular_rim_cost(const Vertices vertices); double edgewise_vertex_displacement_cost(const Vertices vertices); double edge_length_variation_cost(const Vertices vertices); +double rim_proximity_cost(const Vertices vertices); extern const char *input_file, *output_file; extern char *output_file_tmp;