X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=moebius2.git;a=blobdiff_plain;f=mgraph.h;h=3995d463ed0bda1160791fa997d2da40fde6ea66;hp=46383677d2ec6c153e799d5936329529d3e75de2;hb=2a4bf2376456c0650ffea5d89e4b4cf4763af1ad;hpb=2c2c1cc2745430048709dc3b11aef7071d802c86 diff --git a/mgraph.h b/mgraph.h index 4638367..3995d46 100644 --- a/mgraph.h +++ b/mgraph.h @@ -35,23 +35,19 @@ * * We label edges as follows: * - * \0 /1 + * e: \2 /1 * \ / * ___ 0 __ - * 2 1 3 + * 3 1 0 * / \ * 4/ 5\ - * - * (This numbering permits the order-4 nodes at the strip's edge - * to have a contiguous edge numbering 2..5 or 0..3.) - * - * When we iterate over edges, we iterate first over vertices and then - * over edges 0 to 2, disregarding edges 3 to 5. */ #ifndef MGRAPH_H #define MGRAPH_H +#include "common.h" + #define XBITS 4 #define X (1<