diff options
Diffstat (limited to 'math/fftpack/patches/patch-ad')
-rw-r--r-- | math/fftpack/patches/patch-ad | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/fftpack/patches/patch-ad b/math/fftpack/patches/patch-ad new file mode 100644 index 00000000000..6028dc059c9 --- /dev/null +++ b/math/fftpack/patches/patch-ad @@ -0,0 +1,11 @@ +$NetBSD: patch-ad,v 1.1.1.1 2000/11/28 02:17:03 jtb Exp $ + +--- cosqb.f.orig Fri Nov 17 16:48:23 2000 ++++ cosqb.f +@@ -1,5 +1,5 @@ + SUBROUTINE COSQB (N,X,WSAVE) +- DIMENSION X(1) ,WSAVE(1) ++ DIMENSION X(*) ,WSAVE(1) + DATA TSQRT2 /2.82842712474619/ + IF (N-2) 101,102,103 + 101 X(1) = 4.*X(1) |