diff options
author | jtb <jtb> | 2001-01-23 20:55:44 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-01-23 20:55:44 +0000 |
commit | 0a9e6dec6b8283cfefb1342d2ba602543f1a06eb (patch) | |
tree | 2a759438f9749b77f4ac2d8d52021abf8590def9 /math/fftpack/patches/patch-am | |
parent | 78f13daa974327436eb412f4142a5f16b4650610 (diff) | |
download | pkgsrc-0a9e6dec6b8283cfefb1342d2ba602543f1a06eb.tar.gz |
Use one patch per file, undoing previous change.
Diffstat (limited to 'math/fftpack/patches/patch-am')
-rw-r--r-- | math/fftpack/patches/patch-am | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/fftpack/patches/patch-am b/math/fftpack/patches/patch-am new file mode 100644 index 00000000000..e962affc378 --- /dev/null +++ b/math/fftpack/patches/patch-am @@ -0,0 +1,11 @@ +$NetBSD: patch-am,v 1.3 2001/01/23 20:55:45 jtb Exp $ + +--- sint1.f.orig Fri Nov 17 16:48:24 2000 ++++ sint1.f +@@ -1,5 +1,5 @@ + SUBROUTINE SINT1(N,WAR,WAS,XH,X,IFAC) +- DIMENSION WAR(1),WAS(1),X(1),XH(1),IFAC(1) ++ DIMENSION WAR(1),WAS(1),X(1),XH(*),IFAC(1) + DATA SQRT3 /1.73205080756888/ + DO 100 I=1,N + XH(I) = WAR(I) |