Change to ilaver to update doc
authorjulie <julielangou@users.noreply.github.com>
Mon, 7 Nov 2011 20:15:25 +0000 (20:15 +0000)
committerjulie <julielangou@users.noreply.github.com>
Mon, 7 Nov 2011 20:15:25 +0000 (20:15 +0000)
INSTALL/ilaver.f
SRC/ilaver.f

index 779778d57f3eb4ab3bc24446c164ac5c8358ef6e..8602043cd26bddba7173c14e5c4e93ea8f4f7d48 100644 (file)
@@ -56,7 +56,8 @@
 *  =====================================================================
 *
       INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
-*  =====================================================================      VERS_MAJOR = 3
+*  =====================================================================
+      VERS_MAJOR = 3
       VERS_MINOR = 3
       VERS_PATCH = 1
 *  =====================================================================
index 021333401a63ee3926fe073aef6b04dba9ad5c56..8602043cd26bddba7173c14e5c4e93ea8f4f7d48 100644 (file)
@@ -1,14 +1,29 @@
 *> \brief \b ILAVER returns the LAPACK version.
-*> \details
-*> \b Purpose:
+**
+*  =========== DOCUMENTATION ===========
+*
+* Online html documentation available at 
+*            http://www.netlib.org/lapack/explore-html/ 
+*
+*  Definition:
+*  ===========
+*
+*     SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
+*
+*     INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
+*  
+*
+*> \par Purpose:
+*  =============
+*>
 *> \verbatim
+*>
 *>  This subroutine returns the LAPACK version.
 *> \endverbatim
-*>
-*> \author LAPACK is a software package provided by Univ. of Tennessee, Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..
-*> \date November 2011
-*> \ingroup auxOTHERcomputational
-*>
+*
+*  Arguments:
+*  ==========
+*
 *>  \param[out] VERS_MAJOR
 *>      return the lapack major version
 *>
 *>
 *>  \param[out] VERS_PATCH
 *>      return the lapack patch version from the minor version
-*>
+*
+*  Authors:
+*  ========
+*
+*> \author Univ. of Tennessee 
+*> \author Univ. of California Berkeley 
+*> \author Univ. of Colorado Denver 
+*> \author NAG Ltd. 
+*
+*> \date November 2011
+*
+*> \ingroup auxOTHERauxiliary
+*
+*  =====================================================================
       SUBROUTINE ILAVER( VERS_MAJOR, VERS_MINOR, VERS_PATCH )
-C
-C  -- LAPACK computational routine (version 3.3.1) --
-C  -- LAPACK is a software package provided by Univ. of Tennessee,    --
-C  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
-C     November 2011
-C
-C  =====================================================================
-C
+*
+*  -- LAPACK computational routine (version 3.3.1) --
+*  -- LAPACK is a software package provided by Univ. of Tennessee,    --
+*  -- Univ. of California Berkeley, Univ. of Colorado Denver and NAG Ltd..--
+*     November 2011
+*
+*  =====================================================================
+*
       INTEGER VERS_MAJOR, VERS_MINOR, VERS_PATCH
-C  =====================================================================
+*  =====================================================================
       VERS_MAJOR = 3
       VERS_MINOR = 3
       VERS_PATCH = 1
-C  =====================================================================
-C
+*  =====================================================================
+*
       RETURN
       END
-*> \htmlonly
-*> Download ILAVER + dependencies 
-*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.tgz?format=tgz&filename=/lapack/lapack_routine/ilaver.f"> 
-*> [TGZ]</a> 
-*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.zip?format=zip&filename=/lapack/lapack_routine/ilaver.f"> 
-*> [ZIP]</a> 
-*> <a href="http://www.netlib.org/cgi-bin/netlibfiles.txt?format=txt&filename=/lapack/lapack_routine/ilaver.f"> 
-*> [TXT]</a>
-*> \endhtmlonly 
-*