mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
radix = 2 (not 16) for floats.
This commit is contained in:
parent
271a11f321
commit
ffa8b104c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=2507
1 changed files with 38 additions and 0 deletions
38
math/eispack/files/patch-aa
Normal file
38
math/eispack/files/patch-aa
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue