diff options
author | julie <julielangou@users.noreply.github.com> | 2011-11-11 19:34:11 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2011-11-11 19:34:11 +0000 |
commit | 84118d4efbff34064b96398ea3c1a0a1836a6755 (patch) | |
tree | b8667dc182b814e2f30b10c807d6632ee9126e04 /SRC/zlapmt.f | |
parent | 9e96fbee1f47189a684902633557b54aecfd1db4 (diff) | |
download | lapack-84118d4efbff34064b96398ea3c1a0a1836a6755.tar.gz lapack-84118d4efbff34064b96398ea3c1a0a1836a6755.tar.bz2 lapack-84118d4efbff34064b96398ea3c1a0a1836a6755.zip |
Update version number to 3.4.0
Diffstat (limited to 'SRC/zlapmt.f')
-rw-r--r-- | SRC/zlapmt.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/zlapmt.f b/SRC/zlapmt.f index 5b9c8a2d..6c61d578 100644 --- a/SRC/zlapmt.f +++ b/SRC/zlapmt.f @@ -104,7 +104,7 @@ * ===================================================================== SUBROUTINE ZLAPMT( FORWRD, M, N, X, LDX, K ) * -* -- LAPACK auxiliary routine (version 3.2) -- +* -- LAPACK auxiliary routine (version 3.4.0) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * November 2011 |