pytrainer: unpin python 3.10
[NixPkgs.git] / pkgs / by-name / fa / fastcap / fastcap-mulsetup-add-forward-declarations.patch
blob00eb7e96b5f5ba12941545d2a341b7b8d46bc6df
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
5 @@ -35,6 +35,14 @@
7 #include "mulGlobal.h"
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. */