--- rpl/lapack/lapack/ilaver.f 2017/06/17 11:06:39 1.22 +++ rpl/lapack/lapack/ilaver.f 2018/05/29 06:55:22 1.23 @@ -25,19 +25,13 @@ * ========== * *> \param[out] VERS_MAJOR -*> \verbatim *> return the lapack major version -*> \endverbatim *> *> \param[out] VERS_MINOR -*> \verbatim *> return the lapack minor version from the major version -*> \endverbatim *> *> \param[out] VERS_PATCH -*> \verbatim *> return the lapack patch version from the minor version -*> \endverbatim * * Authors: * ======== @@ -47,24 +41,24 @@ *> \author Univ. of Colorado Denver *> \author NAG Ltd. * -*> \date December 2016 +*> \date June 2017 * -*> \ingroup OTHERauxiliary +*> \ingroup auxOTHERauxiliary * * ===================================================================== SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH ) * -* -- LAPACK computational routine (version 3.7.0) -- +* -- LAPACK computational routine (version 3.7.1) -- * -- LAPACK is a software package provided by Univ. of Tennessee, -- * -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..-- -* June 2016 +* June 2017 * * ===================================================================== * INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH * ===================================================================== VERS_MAJOR = 3 - VERS_MINOR = 7 + VERS_MINOR = 8 VERS_PATCH = 0 * ===================================================================== *