mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
9 lines
252 B
C
9 lines
252 B
C
#define MAXVERVER 100000
|
|
#define NGUARD 84 /*Actually, the number of SPACES between guard points
|
|
##define NGUARD 42 /*Actually, the number of SPACES between guard points
|
|
in each dim */
|
|
|
|
typedef struct Partadj {
|
|
int nadj;
|
|
int *adj;
|
|
} PARTADJ;
|