summaryrefslogtreecommitdiff
path: root/SRC/sgees.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2012-04-11 19:43:59 +0000
committerjulie <julielangou@users.noreply.github.com>2012-04-11 19:43:59 +0000
commit55d43f3c3c6c20c045e215ef13bc418c1f27e43f (patch)
tree5d329f1ec05053070baf1f7a9e67c63aa614935b /SRC/sgees.f
parentc254495b4de7667073f941bdfe89f8325c66687b (diff)
downloadlapack-55d43f3c3c6c20c045e215ef13bc418c1f27e43f.tar.gz
lapack-55d43f3c3c6c20c045e215ef13bc418c1f27e43f.tar.bz2
lapack-55d43f3c3c6c20c045e215ef13bc418c1f27e43f.zip
Remove unused parameters
Diffstat (limited to 'SRC/sgees.f')
-rw-r--r--SRC/sgees.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/sgees.f b/SRC/sgees.f
index 9d3edeb9..691749c1 100644
--- a/SRC/sgees.f
+++ b/SRC/sgees.f
@@ -80,7 +80,7 @@
*>
*> \param[in] SELECT
*> \verbatim
-*> SELECT is procedure) LOGICAL FUNCTION of two REAL arguments
+*> SELECT is LOGICAL FUNCTION of two REAL arguments
*> SELECT must be declared EXTERNAL in the calling subroutine.
*> If SORT = 'S', SELECT is used to select eigenvalues to sort
*> to the top left of the Schur form.