opnsense-ports/math/eispack/files/patch-radix_fix
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

38 lines
844 B
Text

*** 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