From 5df478d1d628d2291efd3292e1efe3ff271c2289 Mon Sep 17 00:00:00 2001 From: julie Date: Wed, 11 Nov 2015 06:20:49 +0000 Subject: Committing patch submitted by Christopher Conrad on Sept 25th 2015 From Christopher: I noticed the following errors in the documentation and attached patches for all of them: - Sometimes the function name in the docstring \brief does not match the actual function name (ex: xSYGV*). - According to the documentation, xLAHRD is obsolete but not deprecated. - The parameter N in xLA(R)SCL2 is not the number of columns of D. Also, I updated the Doxyfile (doxygen -u DOCS/Doxyfile) and removed the missing DOT_FONTNAME to get rid of the Doxygen warnings. --- SRC/sspgvd.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SRC/sspgvd.f') diff --git a/SRC/sspgvd.f b/SRC/sspgvd.f index 17de0ed7..bf12f0e6 100644 --- a/SRC/sspgvd.f +++ b/SRC/sspgvd.f @@ -1,4 +1,4 @@ -*> \brief \b SSPGST +*> \brief \b SSPGVD * * =========== DOCUMENTATION =========== * -- cgit v1.2.3