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

version 1.15, 2018/05/29 07:19:40 version 1.16, 2023/08/07 08:38:42
Line 40 Line 40
 *> \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
 *  *
 *  =====================================================================  *  =====================================================================
       DOUBLE PRECISION FUNCTION DCABS1(Z)        DOUBLE PRECISION FUNCTION DCABS1(Z)
 *  *
 *  -- 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 ..
       COMPLEX*16 Z        COMPLEX*16 Z
Line 63 Line 60
 *  *
       DCABS1 = ABS(DBLE(Z)) + ABS(DIMAG(Z))        DCABS1 = ABS(DBLE(Z)) + ABS(DIMAG(Z))
       RETURN        RETURN
   *
   *     End of DCABS1
   *
       END        END

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


CVSweb interface <joel.bertrand@systella.fr>