Diff for /rpl/lapack/blas/zcopy.f between versions 1.15 and 1.16

version 1.15, 2018/05/29 07:19:42 version 1.16, 2023/08/07 08:38:44
Line 65 Line 65
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date November 2017  
 *  
 *> \ingroup complex16_blas_level1  *> \ingroup complex16_blas_level1
 *  *
 *> \par Further Details:  *> \par Further Details:
Line 81 Line 79
 *  =====================================================================  *  =====================================================================
       SUBROUTINE ZCOPY(N,ZX,INCX,ZY,INCY)        SUBROUTINE ZCOPY(N,ZX,INCX,ZY,INCY)
 *  *
 *  -- Reference BLAS level1 routine (version 3.8.0) --  *  -- Reference BLAS level1 routine --
 *  -- Reference BLAS is a software package provided by Univ. of Tennessee,    --  *  -- Reference BLAS is a software package provided by Univ. of Tennessee,    --
 *  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--  *  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
 *     November 2017  
 *  *
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
       INTEGER INCX,INCY,N        INTEGER INCX,INCY,N
Line 122 Line 119
          END DO           END DO
       END IF        END IF
       RETURN        RETURN
   *
   *     End of ZCOPY
   *
       END        END

Removed from v.1.15  
changed lines
  Added in v.1.16


CVSweb interface <joel.bertrand@systella.fr>