mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
Fixed compiler warnings in Zobov (hopefully fixing some potential bugs too)
This commit is contained in:
parent
5e36b11505
commit
0a20f4a36a
4 changed files with 38 additions and 36 deletions
|
@ -3,7 +3,9 @@
|
|||
##define NGUARD 42 /*Actually, the number of SPACES between guard points
|
||||
in each dim */
|
||||
|
||||
typedef int pid_t;
|
||||
|
||||
typedef struct Partadj {
|
||||
int nadj;
|
||||
int *adj;
|
||||
pid_t nadj;
|
||||
pid_t *adj;
|
||||
} PARTADJ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue