xTRTTP, parameter AP: add closing parentheses to dimension specification
authorHenning Thielemann <git@henning-thielemann.de>
Sat, 3 Jun 2017 14:14:19 +0000 (16:14 +0200)
committerHenning Thielemann <git@henning-thielemann.de>
Sat, 3 Jun 2017 14:14:19 +0000 (16:14 +0200)
SRC/dtrttp.f
SRC/strttp.f

index ac10ef4..01995d9 100644 (file)
@@ -74,7 +74,7 @@
 *>
 *> \param[out] AP
 *> \verbatim
-*>          AP is DOUBLE PRECISION array, dimension (N*(N+1)/2
+*>          AP is DOUBLE PRECISION array, dimension (N*(N+1)/2)
 *>          On exit, the upper or lower triangular matrix A, packed
 *>          columnwise in a linear array. The j-th column of A is stored
 *>          in the array AP as follows:
index c51a528..7a1cf07 100644 (file)
@@ -74,7 +74,7 @@
 *>
 *> \param[out] AP
 *> \verbatim
-*>          AP is REAL array, dimension (N*(N+1)/2
+*>          AP is REAL array, dimension (N*(N+1)/2)
 *>          On exit, the upper or lower triangular matrix A, packed
 *>          columnwise in a linear array. The j-th column of A is stored
 *>          in the array AP as follows: