Diff for /rpl/lapack/lapack/ilaver.f between versions 1.14 and 1.15

version 1.14, 2012/08/22 09:48:28 version 1.15, 2012/12/14 12:30:28
Line 41 Line 41
 *> \author Univ. of Colorado Denver   *> \author Univ. of Colorado Denver 
 *> \author NAG Ltd.   *> \author NAG Ltd. 
 *  *
 *> \date November 2011  *> \date September 2012
 *  *
 *> \ingroup auxOTHERauxiliary  *> \ingroup auxOTHERauxiliary
 *  *
 *  =====================================================================  *  =====================================================================
       SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )        SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
 *  *
 *  -- LAPACK computational routine (version 3.4.1) --  *  -- LAPACK computational routine (version 3.4.2) --
 *  -- 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..--
 *     November 2011  *     September 2012
 *  *
 *  =====================================================================  *  =====================================================================
 *  *
Line 59 Line 59
 *  =====================================================================  *  =====================================================================
       VERS_MAJOR = 3        VERS_MAJOR = 3
       VERS_MINOR = 4        VERS_MINOR = 4
       VERS_PATCH = 1        VERS_PATCH = 2
 *  =====================================================================  *  =====================================================================
 *  *
       RETURN        RETURN

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


CVSweb interface <joel.bertrand@systella.fr>