Skip to content

Commit 834280b

Browse files
committed
xGGESX, SELCTG parameter description: 'procedure)' -> 'a'
1 parent cb74a73 commit 834280b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

SRC/cggesx.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
*>
105105
*> \param[in] SELCTG
106106
*> \verbatim
107-
*> SELCTG is procedure) LOGICAL FUNCTION of two COMPLEX arguments
107+
*> SELCTG is a LOGICAL FUNCTION of two COMPLEX arguments
108108
*> SELCTG must be declared EXTERNAL in the calling subroutine.
109109
*> If SORT = 'N', SELCTG is not referenced.
110110
*> If SORT = 'S', SELCTG is used to select eigenvalues to sort

SRC/dggesx.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
*>
112112
*> \param[in] SELCTG
113113
*> \verbatim
114-
*> SELCTG is procedure) LOGICAL FUNCTION of three DOUBLE PRECISION arguments
114+
*> SELCTG is a LOGICAL FUNCTION of three DOUBLE PRECISION arguments
115115
*> SELCTG must be declared EXTERNAL in the calling subroutine.
116116
*> If SORT = 'N', SELCTG is not referenced.
117117
*> If SORT = 'S', SELCTG is used to select eigenvalues to sort

SRC/sggesx.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
*>
112112
*> \param[in] SELCTG
113113
*> \verbatim
114-
*> SELCTG is procedure) LOGICAL FUNCTION of three REAL arguments
114+
*> SELCTG is a LOGICAL FUNCTION of three REAL arguments
115115
*> SELCTG must be declared EXTERNAL in the calling subroutine.
116116
*> If SORT = 'N', SELCTG is not referenced.
117117
*> If SORT = 'S', SELCTG is used to select eigenvalues to sort

SRC/zggesx.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
*>
105105
*> \param[in] SELCTG
106106
*> \verbatim
107-
*> SELCTG is procedure) LOGICAL FUNCTION of two COMPLEX*16 arguments
107+
*> SELCTG is a LOGICAL FUNCTION of two COMPLEX*16 arguments
108108
*> SELCTG must be declared EXTERNAL in the calling subroutine.
109109
*> If SORT = 'N', SELCTG is not referenced.
110110
*> If SORT = 'S', SELCTG is used to select eigenvalues to sort

0 commit comments

Comments
 (0)