1 Add forward declarations.
3 --- fastcap/src/mulSetup.c.orig 2015-07-22 13:55:21.592119775 +0200
4 +++ fastcap/src/mulSetup.c 2015-07-22 14:08:50.157688209 +0200
9 +static getnbrs(ssystem*);
10 +static linkcubes(ssystem*);
11 +static setMaxq(ssystem*);
12 +static getAllInter(ssystem*);
13 +static set_vector_masks(ssystem*);
14 +static indexkid(ssystem*, cube*, int*, int*);
15 +static int placeq(int, ssystem*, charge*);
17 cube *cstack[1024]; /* Stack used in several routines. */