blob: 6557d08c9087056289b42fa0ba4c7d04cf2aeb5d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
$NetBSD: patch-ab,v 1.2 1998/08/07 10:36:26 agc Exp $
--- 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
*/
|