aboutsummaryrefslogtreecommitdiff
path: root/INSTALL/ilaver.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2009-04-16 18:10:16 +0000
committerjulie <julielangou@users.noreply.github.com>2009-04-16 18:10:16 +0000
commitbe91086043cf7661e6c6de1715895e5a48e0e74e (patch)
tree03aa2dfc3ed8c705aecc14044d1ad91cae3c2e0e /INSTALL/ilaver.f
parentcd6bf778913fc535e5a0ecb79eeaf4a1ad88b291 (diff)
Big commit before 3.2.1 release.
Those are just cosmetic changes to update version number and various other minor change.
Diffstat (limited to 'INSTALL/ilaver.f')
-rw-r--r--INSTALL/ilaver.f18
1 files changed, 9 insertions, 9 deletions
diff --git a/INSTALL/ilaver.f b/INSTALL/ilaver.f
index 50256307..17b79247 100644
--- a/INSTALL/ilaver.f
+++ b/INSTALL/ilaver.f
@@ -1,11 +1,11 @@
SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
+*
+* -- LAPACK routine (version 3.2.1) --
*
-* -- LAPACK routine (version 3.2) --
-* Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd..
-* November 2008
+* -- April 2009 --
*
-* .. Scalar Arguments ..
- INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
+* -- LAPACK is a software package provided by Univ. of Tennessee, --
+* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
* ..
*
* Purpose
@@ -15,19 +15,19 @@
*
* Arguments
* =========
-*
* VERS_MAJOR (output) INTEGER
* return the lapack major version
* VERS_MINOR (output) INTEGER
* return the lapack minor version from the major version
* VERS_PATCH (output) INTEGER
* return the lapack patch version from the minor version
+* =====================================================================
*
-* .. Executable Statements ..
-*
+ INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
+* =====================================================================
VERS_MAJOR = 3
VERS_MINOR = 2
- VERS_PATCH = 0
+ VERS_PATCH = 1
* =====================================================================
*
RETURN