21 lines
678 B
Text
21 lines
678 B
Text
$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
|
|
*/
|