Diff for /rpl/lapack/lapack/ilaver.f between versions 1.12 and 1.17

version 1.12, 2011/11/21 22:19:43 version 1.17, 2014/01/27 09:24:35
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.0) --  *  -- LAPACK computational routine (version 3.5.0) --
 *  -- 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  *     November 2013
 *  *
 *  =====================================================================  *  =====================================================================
 *  *
       INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH        INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
 *  =====================================================================  *  =====================================================================
       VERS_MAJOR = 3        VERS_MAJOR = 3
       VERS_MINOR = 4        VERS_MINOR = 5
       VERS_PATCH = 0        VERS_PATCH = 0
 *  =====================================================================  *  =====================================================================
 *  *

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


CVSweb interface <joel.bertrand@systella.fr>