vide_public/voz.h
2011-02-22 19:17:40 -05:00

8 lines
177 B
C

#define MAXVERVER 4000
#define NGUARD 42 /*Actually, the number of SPACES between guard points
in each dim */
typedef struct Partadj {
int nadj;
int *adj;
} PARTADJ;