diff options
Diffstat (limited to 'SRC/zlascl.f')
-rw-r--r-- | SRC/zlascl.f | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/SRC/zlascl.f b/SRC/zlascl.f index e116bba6..d06eaf37 100644 --- a/SRC/zlascl.f +++ b/SRC/zlascl.f @@ -1,7 +1,8 @@ SUBROUTINE ZLASCL( TYPE, KL, KU, CFROM, CTO, M, N, A, LDA, INFO ) * * -- LAPACK auxiliary routine (version 3.2) -- -* Univ. of Tennessee, Univ. of California Berkeley and NAG Ltd.. +* -- LAPACK is a software package provided by Univ. of Tennessee, -- +* -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- * November 2006 * * .. Scalar Arguments .. |