X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=moebius2.git;a=blobdiff_plain;f=minimise.h;fp=bgl.h;h=85dc96f31df978b0b0408bf556a292a0231a55d3;hp=0013f7e8d58330abdac144d5eb3ddcf69e8cb27e;hb=2377b968f55ddd5d6a8ff79ee9150316a218afc8;hpb=28782fcd01e38d28c19f65b0c6f02ee1c55a1255 diff --git a/bgl.h b/minimise.h similarity index 70% rename from bgl.h rename to minimise.h index 0013f7e..85dc96f 100644 --- a/bgl.h +++ b/minimise.h @@ -1,9 +1,9 @@ /* - * Definitions exported and imported by our BGL-using stuff + * Routines used for minimisation (only) */ -#ifndef BGL_H -#define BGL_H +#ifndef MINIMISE_H +#define MINIMISE_H #include "mgraph.h" @@ -13,4 +13,4 @@ void graph_layout_prepare(); double noncircular_rim_cost(const Vertices vertices); double edgewise_vertex_displacement_cost(const Vertices vertices); -#endif /*BGL_H*/ +#endif /*MINIMISE_H*/