--- rpl/lapack/lapack/dla_lin_berr.f 2018/05/29 07:17:54 1.14 +++ rpl/lapack/lapack/dla_lin_berr.f 2023/08/07 08:38:52 1.15 @@ -18,7 +18,7 @@ * Definition: * =========== * -* SUBROUTINE DLA_LIN_BERR ( N, NZ, NRHS, RES, AYB, BERR ) +* SUBROUTINE DLA_LIN_BERR( N, NZ, NRHS, RES, AYB, BERR ) * * .. Scalar Arguments .. * INTEGER N, NZ, NRHS @@ -94,17 +94,14 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup doubleOTHERcomputational * * ===================================================================== SUBROUTINE DLA_LIN_BERR ( N, NZ, NRHS, RES, AYB, BERR ) * -* -- 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 .. INTEGER N, NZ, NRHS @@ -150,4 +147,7 @@ * END DO END DO +* +* End of DLA_LIN_BERR +* END