aboutsummaryrefslogtreecommitdiff
path: root/SRC/dtfsm.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2010-06-23 17:25:30 +0000
committerjulie <julielangou@users.noreply.github.com>2010-06-23 17:25:30 +0000
commitef920e099dd173ef2fe241cbc452530bd4e0a06e (patch)
tree871aa041aad7f2820dbfc927ee6fdded7d963387 /SRC/dtfsm.f
parent9d2ac5bb4d35890a66f0eaa48935de14366c8c9c (diff)
Update date and version for 3.2.2 release
Diffstat (limited to 'SRC/dtfsm.f')
-rw-r--r--SRC/dtfsm.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/dtfsm.f b/SRC/dtfsm.f
index 3395dcbc..5d6e0596 100644
--- a/SRC/dtfsm.f
+++ b/SRC/dtfsm.f
@@ -1,10 +1,10 @@
SUBROUTINE DTFSM( TRANSR, SIDE, UPLO, TRANS, DIAG, M, N, ALPHA, A,
+ B, LDB )
*
-* -- LAPACK routine (version 3.2.1) --
+* -- LAPACK routine (version 3.2.2) --
*
* -- Contributed by Fred Gustavson of the IBM Watson Research Center --
-* -- April 2009 --
+* -- June 2010 --
*
* -- LAPACK is a software package provided by Univ. of Tennessee, --
* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--