diff options
Diffstat (limited to 'SRC/zgtts2.f')
-rw-r--r-- | SRC/zgtts2.f | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/zgtts2.f b/SRC/zgtts2.f index 4fb03b44..f7718c40 100644 --- a/SRC/zgtts2.f +++ b/SRC/zgtts2.f @@ -123,12 +123,12 @@ * *> \date November 2011 * -*> \ingroup complex16OTHERauxiliary +*> \ingroup complex16GTcomputational * * ===================================================================== SUBROUTINE ZGTTS2( ITRANS, N, NRHS, DL, D, DU, DU2, IPIV, B, LDB ) * -* -- LAPACK auxiliary routine (version 3.4.0) -- +* -- LAPACK computational 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 |