mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
Moved zobov into its private directory. New CMakeLists.txt to accomodate this
This commit is contained in:
parent
162fd7d9c4
commit
a7a1e004e3
10 changed files with 0 additions and 0 deletions
8
zobov/voz.h
Normal file
8
zobov/voz.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#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;
|
Loading…
Add table
Add a link
Reference in a new issue