summaryrefslogtreecommitdiff
path: root/SRC/sgtcon.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/sgtcon.f')
-rw-r--r--SRC/sgtcon.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/sgtcon.f b/SRC/sgtcon.f
index 53e8eb18..316b842a 100644
--- a/SRC/sgtcon.f
+++ b/SRC/sgtcon.f
@@ -1,10 +1,10 @@
SUBROUTINE SGTCON( NORM, N, DL, D, DU, DU2, IPIV, ANORM, RCOND,
$ WORK, IWORK, INFO )
*
-* -- LAPACK routine (version 3.2) --
+* -- LAPACK routine (version 3.3.1) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-* November 2006
+* -- April 2011 --
*
* Modified to call SLACN2 in place of SLACON, 7 Feb 03, SJH.
*