projects
/
platform
/
upstream
/
lapack.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eae5157
)
Remove the last compiler directive
author
julie
<julielangou@users.noreply.github.com>
Thu, 13 Jan 2011 12:05:18 +0000
(12:05 +0000)
committer
julie
<julielangou@users.noreply.github.com>
Thu, 13 Jan 2011 12:05:18 +0000
(12:05 +0000)
SRC/dlaebz.f
patch
|
blob
|
history
diff --git
a/SRC/dlaebz.f
b/SRC/dlaebz.f
index 3edea854c777e4421d9f4e8b682a570876eb6002..ef2cb9f038c36275d786879cc397319540932130 100644
(file)
--- a/
SRC/dlaebz.f
+++ b/
SRC/dlaebz.f
@@
-251,7
+251,6
@@
* Compute the number of eigenvalues in the initial intervals.
*
MOUT = 0
-*DIR$ NOVECTOR
DO 30 JI = 1, MINP
DO 20 JP = 1, 2
TMP1 = D( 1 ) - AB( JI, JP )