--- rpl/lapack/lapack/zla_syrcond_x.f 2020/05/21 21:46:07 1.17 +++ rpl/lapack/lapack/zla_syrcond_x.f 2023/08/07 08:39:28 1.18 @@ -124,8 +124,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup complex16SYcomputational * * ===================================================================== @@ -133,10 +131,9 @@ $ LDAF, IPIV, X, INFO, $ WORK, RWORK ) * -* -- LAPACK computational routine (version 3.7.0) -- +* -- LAPACK computational routine -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* December 2016 * * .. Scalar Arguments .. CHARACTER UPLO @@ -297,4 +294,6 @@ * RETURN * +* End of ZLA_SYRCOND_X +* END