blob: 8c7a04c483c3a79b42d7310a6c5ab91e0676062e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
$NetBSD: patch-az,v 1.1 2006/06/21 14:56:51 minskim Exp $
--- src/fasthenry/sparse/spBuild.c.orig 2004-08-03 22:17:18.000000000 +0000
+++ src/fasthenry/sparse/spBuild.c
@@ -105,8 +105,8 @@ static char RCSid[] =
#include "spMatrix.h"
#include "spDefs.h"
-
-
+static void Translate(MatrixPtr, int *, int *);
+static ExpandTranslationArrays(MatrixPtr, register int);
@@ -227,7 +227,6 @@ int Row, Col;
MatrixPtr Matrix = (MatrixPtr)eMatrix;
RealNumber *pElement;
ElementPtr spcFindElementInCol();
-void Translate();
/* Begin `spGetElement'. */
ASSERT( IS_SPARSE( Matrix ) AND Row >= 0 AND Col >= 0 );
|