Moved zobov into its private directory. New CMakeLists.txt to accomodate this

This commit is contained in:
Guilhem Lavaux 2012-10-29 11:37:27 -04:00
parent 162fd7d9c4
commit a7a1e004e3
10 changed files with 0 additions and 0 deletions

8
zobov/voz.h Normal file
View 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;