summaryrefslogtreecommitdiff
path: root/cad/fastcap/patches/patch-ab
blob: 88e75eadf045e024c291136115735f3c8bda2824 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- src/mulSetup.c.orig	Wed May  6 19:48:32 1998
+++ src/mulSetup.c	Wed May  6 19:55:09 1998
@@ -36,6 +36,16 @@
 
 cube *cstack[1024];		/* Stack used in several routines. */
 
+
+/* Function prototypes for static functions in this file */
+static int placeq(int flag, ssystem *sys,charge *charges);
+static indexkid(ssystem *sys, cube *dad, int *pqindex, int *pcindex);
+static getnbrs(ssystem *sys);
+static linkcubes(ssystem *sys);
+static setMaxq(ssystem *sys);
+static getAllInter(ssystem *sys);
+static set_vector_masks(ssystem *sys);
+
 /*
   sets up the partitioning of space and room for charges and expansions
 */