summaryrefslogtreecommitdiff
path: root/SRC
diff options
context:
space:
mode:
authorHenning Thielemann <git@henning-thielemann.de>2017-05-28 19:50:56 +0200
committerHenning Thielemann <git@henning-thielemann.de>2017-05-28 23:30:40 +0200
commit834280b3e2f343bd2cbc347993689c2a654939b9 (patch)
treed31f44fb4868e535d83de8ebdfded63e9d26f3ba /SRC
parentcb74a737e62cb7271064b1e5e37dd7dd7dd0353d (diff)
downloadlapack-834280b3e2f343bd2cbc347993689c2a654939b9.tar.gz
lapack-834280b3e2f343bd2cbc347993689c2a654939b9.tar.bz2
lapack-834280b3e2f343bd2cbc347993689c2a654939b9.zip
xGGESX, SELCTG parameter description: 'procedure)' -> 'a'
Diffstat (limited to 'SRC')
-rw-r--r--SRC/cggesx.f2
-rw-r--r--SRC/dggesx.f2
-rw-r--r--SRC/sggesx.f2
-rw-r--r--SRC/zggesx.f2
4 files changed, 4 insertions, 4 deletions
diff --git a/SRC/cggesx.f b/SRC/cggesx.f
index 4d496474..e43049db 100644
--- a/SRC/cggesx.f
+++ b/SRC/cggesx.f
@@ -104,7 +104,7 @@
*>
*> \param[in] SELCTG
*> \verbatim
-*> SELCTG is procedure) LOGICAL FUNCTION of two COMPLEX arguments
+*> SELCTG is a LOGICAL FUNCTION of two COMPLEX arguments
*> SELCTG must be declared EXTERNAL in the calling subroutine.
*> If SORT = 'N', SELCTG is not referenced.
*> If SORT = 'S', SELCTG is used to select eigenvalues to sort
diff --git a/SRC/dggesx.f b/SRC/dggesx.f
index f316c7fc..b7605355 100644
--- a/SRC/dggesx.f
+++ b/SRC/dggesx.f
@@ -111,7 +111,7 @@
*>
*> \param[in] SELCTG
*> \verbatim
-*> SELCTG is procedure) LOGICAL FUNCTION of three DOUBLE PRECISION arguments
+*> SELCTG is a LOGICAL FUNCTION of three DOUBLE PRECISION arguments
*> SELCTG must be declared EXTERNAL in the calling subroutine.
*> If SORT = 'N', SELCTG is not referenced.
*> If SORT = 'S', SELCTG is used to select eigenvalues to sort
diff --git a/SRC/sggesx.f b/SRC/sggesx.f
index 223256d5..e733a697 100644
--- a/SRC/sggesx.f
+++ b/SRC/sggesx.f
@@ -111,7 +111,7 @@
*>
*> \param[in] SELCTG
*> \verbatim
-*> SELCTG is procedure) LOGICAL FUNCTION of three REAL arguments
+*> SELCTG is a LOGICAL FUNCTION of three REAL arguments
*> SELCTG must be declared EXTERNAL in the calling subroutine.
*> If SORT = 'N', SELCTG is not referenced.
*> If SORT = 'S', SELCTG is used to select eigenvalues to sort
diff --git a/SRC/zggesx.f b/SRC/zggesx.f
index ac913845..c43374d2 100644
--- a/SRC/zggesx.f
+++ b/SRC/zggesx.f
@@ -104,7 +104,7 @@
*>
*> \param[in] SELCTG
*> \verbatim
-*> SELCTG is procedure) LOGICAL FUNCTION of two COMPLEX*16 arguments
+*> SELCTG is a LOGICAL FUNCTION of two COMPLEX*16 arguments
*> SELCTG must be declared EXTERNAL in the calling subroutine.
*> If SORT = 'N', SELCTG is not referenced.
*> If SORT = 'S', SELCTG is used to select eigenvalues to sort