Diff for /rpl/lapack/blas/drotm.f between versions 1.16 and 1.17

version 1.16, 2018/05/29 07:19:41 version 1.17, 2023/08/07 08:38:43
Line 89 Line 89
 *> \author Univ. of Colorado Denver  *> \author Univ. of Colorado Denver
 *> \author NAG Ltd.  *> \author NAG Ltd.
 *  *
 *> \date November 2017  
 *  
 *> \ingroup double_blas_level1  *> \ingroup double_blas_level1
 *  *
 *  =====================================================================  *  =====================================================================
       SUBROUTINE DROTM(N,DX,INCX,DY,INCY,DPARAM)        SUBROUTINE DROTM(N,DX,INCX,DY,INCY,DPARAM)
 *  *
 *  -- 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 197 Line 194
          END IF           END IF
       END IF        END IF
       RETURN        RETURN
   *
   *     End of DROTM
   *
       END        END

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


CVSweb interface <joel.bertrand@systella.fr>