1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/math/lapack/files/patch-ar
1999-10-13 23:06:53 +00:00

20 lines
564 B
Plaintext

--- TIMING/EIG/dtimee.f.orig Tue Jun 22 13:57:50 1999
+++ TIMING/EIG/dtimee.f Wed Oct 6 11:04:27 1999
@@ -275,7 +275,7 @@
EXTERNAL LSAMEN, DSECND
* ..
* .. External Subroutines ..
- EXTERNAL DTIM21, DTIM22, DTIM26, DTIM51
+ EXTERNAL DTIM21, DTIM22, DTIM26, DTIM51, FPMCLR
* ..
* .. Scalars in Common ..
DOUBLE PRECISION ITCNT, OPS
@@ -299,6 +299,7 @@
* ..
* .. Executable Statements ..
*
+ CALL FPMCLR( )
S1 = DSECND( )
FATAL = .FALSE.
NEP = .FALSE.