Skip to content

Commit 24f7712

Browse files
committed
xSYTRI2X, parameter comment: WORK dimensions use NB instead of NNB
1 parent 44d1b70 commit 24f7712

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

SRC/csytri2x.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
*>
8888
*> \param[out] WORK
8989
*> \verbatim
90-
*> WORK is COMPLEX array, dimension (N+NNB+1,NNB+3)
90+
*> WORK is COMPLEX array, dimension (N+NB+1,NB+3)
9191
*> \endverbatim
9292
*>
9393
*> \param[in] NB

SRC/dsytri2x.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
*>
8888
*> \param[out] WORK
8989
*> \verbatim
90-
*> WORK is DOUBLE PRECISION array, dimension (N+NNB+1,NNB+3)
90+
*> WORK is DOUBLE PRECISION array, dimension (N+NB+1,NB+3)
9191
*> \endverbatim
9292
*>
9393
*> \param[in] NB

SRC/ssytri2x.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
*>
8888
*> \param[out] WORK
8989
*> \verbatim
90-
*> WORK is REAL array, dimension (N+NNB+1,NNB+3)
90+
*> WORK is REAL array, dimension (N+NB+1,NB+3)
9191
*> \endverbatim
9292
*>
9393
*> \param[in] NB

SRC/zsytri2x.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
*>
8888
*> \param[out] WORK
8989
*> \verbatim
90-
*> WORK is COMPLEX*16 array, dimension (N+NNB+1,NNB+3)
90+
*> WORK is COMPLEX*16 array, dimension (N+NB+1,NB+3)
9191
*> \endverbatim
9292
*>
9393
*> \param[in] NB

0 commit comments

Comments
 (0)