blob: 4573fbb1aa17fc698d480276a0be87bf46da2291 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-bc,v 1.1 2006/06/21 14:56:51 minskim Exp $
--- src/fasthenry/sparse/spUtils.c.orig 2004-08-03 22:17:20.000000000 +0000
+++ src/fasthenry/sparse/spUtils.c
@@ -106,7 +106,7 @@ static char RCSid[] =
#include "spMatrix.h"
#include "spDefs.h"
-
+static RealNumber ComplexCondition( MatrixPtr, RealNumber, int * );
|