mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
8 lines
177 B
C
8 lines
177 B
C
#define MAXVERVER 2000
|
|
#define NGUARD 42 /*Actually, the number of SPACES between guard points
|
|
in each dim */
|
|
|
|
typedef struct Partadj {
|
|
int nadj;
|
|
int *adj;
|
|
} PARTADJ;
|