summaryrefslogtreecommitdiff
path: root/math/eispack/files/patch-radix_fix
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-28 23:33:47 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-28 23:33:47 +0000
commita14c0668720dcafde3f60b7659a01d99ec693a41 (patch)
tree9c1a149bc961f7cd84b7aa93a2d61fec3d0f9685 /math/eispack/files/patch-radix_fix
parentRename mail/ patch-xy patches to reflect the files they modify. (diff)
Rename math/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'math/eispack/files/patch-radix_fix')
-rw-r--r--math/eispack/files/patch-radix_fix38
1 files changed, 38 insertions, 0 deletions
diff --git a/math/eispack/files/patch-radix_fix b/math/eispack/files/patch-radix_fix
new file mode 100644
index 000000000000..6d1dc23bfda3
--- /dev/null
+++ b/math/eispack/files/patch-radix_fix
@@ -0,0 +1,38 @@
+*** balanc.f~ Sat Jan 28 00:00:00 1984
+--- balanc.f Thu Nov 30 15:35:38 1995
+***************
+*** 57,63 ****
+ c
+ c ------------------------------------------------------------------
+ c
+! radix = 16.0d0
+ c
+ b2 = radix * radix
+ k = 1
+--- 57,63 ----
+ c
+ c ------------------------------------------------------------------
+ c
+! radix = 2.0d0
+ c
+ b2 = radix * radix
+ k = 1
+*** cbal.f~ Sat Jan 28 00:00:00 1984
+--- cbal.f Thu Nov 30 15:36:01 1995
+***************
+*** 62,68 ****
+ c
+ c ------------------------------------------------------------------
+ c
+! radix = 16.0d0
+ c
+ b2 = radix * radix
+ k = 1
+--- 62,68 ----
+ c
+ c ------------------------------------------------------------------
+ c
+! radix = 2.0d0
+ c
+ b2 = radix * radix
+ k = 1