diff options
Diffstat (limited to 'SRC/clarf.f')
-rw-r--r-- | SRC/clarf.f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/clarf.f b/SRC/clarf.f index c9fd3ef0..e98ebc48 100644 --- a/SRC/clarf.f +++ b/SRC/clarf.f @@ -1,10 +1,10 @@ SUBROUTINE CLARF( SIDE, M, N, V, INCV, TAU, C, LDC, WORK ) IMPLICIT NONE * -* -- LAPACK auxiliary routine (version 3.2) -- +* -- LAPACK auxiliary 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 -- * * .. Scalar Arguments .. CHARACTER SIDE |