Files
pkgsrc-ng/math/linpack/patches/patch-ae
2013-09-26 17:14:40 +02:00

13 lines
359 B
Plaintext

$NetBSD: patch-ae,v 1.1.1.1 2001/04/27 22:57:31 jtb Exp $
--- zptsl.f.orig Tue Sep 21 22:22:55 1982
+++ zptsl.f
@@ -1,6 +1,6 @@
subroutine zptsl(n,d,e,b)
integer n
- complex*16 d(1),e(1),b(1)
+ complex*16 d(1),e(1),b(*)
c
c zptsl given a positive definite tridiagonal matrix and a right
c hand side will find the solution.