mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
355 B
Plaintext
14 lines
355 B
Plaintext
$NetBSD: patch-bb,v 1.1 2006/06/21 14:56:51 minskim Exp $
|
|
|
|
--- src/fasthenry/sparse/spSolve.c.orig 2004-08-03 22:17:19.000000000 +0000
|
|
+++ src/fasthenry/sparse/spSolve.c
|
|
@@ -94,6 +94,8 @@ static char RCSid[] =
|
|
#include "spMatrix.h"
|
|
#include "spDefs.h"
|
|
|
|
+static void
|
|
+SolveComplexMatrix( MatrixPtr, RealVector, RealVector Solution IMAG_VECTORS );
|
|
|
|
|
|
|