mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
Initial import
This commit is contained in:
commit
e57d9a731a
17 changed files with 3271 additions and 0 deletions
8
voz.h
Normal file
8
voz.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#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;
|
Loading…
Add table
Add a link
Reference in a new issue