mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 09:48:00 -04:00
14 lines
335 B
Plaintext
14 lines
335 B
Plaintext
$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 * );
|
|
|
|
|
|
|