summaryrefslogtreecommitdiff
path: root/math
diff options
context:
space:
mode:
authorJean-Marc Zucconi <jmz@FreeBSD.org>1995-11-30 15:16:20 +0000
committerJean-Marc Zucconi <jmz@FreeBSD.org>1995-11-30 15:16:20 +0000
commitffa8b104c8a842905b7ae74b1fe95b636f5bd72f (patch)
tree75861dc84f9b66f153b0b19813de5cb5a91fa6f7 /math
parentUpdate to Wine-951124. (diff)
radix = 2 (not 16) for floats.
Notes
Notes: svn path=/head/; revision=2507
Diffstat (limited to 'math')
-rw-r--r--math/eispack/files/patch-aa38
1 files changed, 38 insertions, 0 deletions
diff --git a/math/eispack/files/patch-aa b/math/eispack/files/patch-aa
new file mode 100644
index 000000000000..6d1dc23bfda3
--- /dev/null
+++ b/math/eispack/files/patch-aa
@@ -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