--- rpl/lapack/blas/dsdot.f 2018/05/29 07:19:41 1.12 +++ rpl/lapack/blas/dsdot.f 2023/08/07 08:38:43 1.13 @@ -84,8 +84,6 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 -* *> \ingroup double_blas_level1 * *> \par Further Details: @@ -119,10 +117,9 @@ * ===================================================================== DOUBLE PRECISION FUNCTION DSDOT(N,SX,INCX,SY,INCY) * -* -- Reference BLAS level1 routine (version 3.7.0) -- +* -- Reference BLAS level1 routine -- * -- Reference BLAS 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 INCX,INCY,N @@ -169,4 +166,7 @@ END DO END IF RETURN +* +* End of DSDOT +* END