Initial import

This commit is contained in:
Guilhem Lavaux 2009-08-26 11:52:16 -05:00
commit e57d9a731a
17 changed files with 3271 additions and 0 deletions

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