Skip to content

Commit ec1063e

Browse files
committed
xTRTTP, parameter AP: add closing parentheses to dimension specification
1 parent 1a996c5 commit ec1063e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

SRC/dtrttp.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
*>
7575
*> \param[out] AP
7676
*> \verbatim
77-
*> AP is DOUBLE PRECISION array, dimension (N*(N+1)/2
77+
*> AP is DOUBLE PRECISION array, dimension (N*(N+1)/2)
7878
*> On exit, the upper or lower triangular matrix A, packed
7979
*> columnwise in a linear array. The j-th column of A is stored
8080
*> in the array AP as follows:

SRC/strttp.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
*>
7575
*> \param[out] AP
7676
*> \verbatim
77-
*> AP is REAL array, dimension (N*(N+1)/2
77+
*> AP is REAL array, dimension (N*(N+1)/2)
7878
*> On exit, the upper or lower triangular matrix A, packed
7979
*> columnwise in a linear array. The j-th column of A is stored
8080
*> in the array AP as follows:

0 commit comments

Comments
 (0)