Diff for /rpl/lapack/lapack/dlag2s.f between versions 1.7 and 1.8

version 1.7, 2010/12/21 13:53:29 version 1.8, 2011/07/22 07:38:06
Line 1 Line 1
       SUBROUTINE DLAG2S( M, N, A, LDA, SA, LDSA, INFO )        SUBROUTINE DLAG2S( M, N, A, LDA, SA, LDSA, INFO )
 *  *
 *  -- LAPACK PROTOTYPE auxiliary routine (version 3.1.2) --  *  -- LAPACK PROTOTYPE auxiliary routine (version 3.3.1) --
 *  -- LAPACK is a software package provided by Univ. of Tennessee,    --  *  -- LAPACK 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..--
 *     August 2007  *  -- April 2011                                                      --
 *  *
 *     ..  *     ..
 *     .. Scalar Arguments ..  *     .. Scalar Arguments ..
Line 54 Line 54
 *                PRECISION overflow threshold, in this case, the content  *                PRECISION overflow threshold, in this case, the content
 *                of SA in exit is unspecified.  *                of SA in exit is unspecified.
 *  *
 *  =========  *  =====================================================================
 *  *
 *     .. Local Scalars ..  *     .. Local Scalars ..
       INTEGER            I, J        INTEGER            I, J

Removed from v.1.7  
changed lines
  Added in v.1.8


CVSweb interface <joel.bertrand@systella.fr>