diff options
author | Henning Thielemann <git@henning-thielemann.de> | 2017-06-03 16:14:19 +0200 |
---|---|---|
committer | Henning Thielemann <git@henning-thielemann.de> | 2017-06-03 16:14:19 +0200 |
commit | ec1063ec108f56c0bf22cab94041e799a5d49a10 (patch) | |
tree | e6d96ace7fc897e85d4d4954b6c8d222b8481009 /SRC | |
parent | 1a996c57260de3482e87a7e0187d26a84b2cfcb6 (diff) | |
download | lapack-ec1063ec108f56c0bf22cab94041e799a5d49a10.tar.gz lapack-ec1063ec108f56c0bf22cab94041e799a5d49a10.tar.bz2 lapack-ec1063ec108f56c0bf22cab94041e799a5d49a10.zip |
xTRTTP, parameter AP: add closing parentheses to dimension specification
Diffstat (limited to 'SRC')
-rw-r--r-- | SRC/dtrttp.f | 2 | ||||
-rw-r--r-- | SRC/strttp.f | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/SRC/dtrttp.f b/SRC/dtrttp.f index ac10ef4b..01995d96 100644 --- a/SRC/dtrttp.f +++ b/SRC/dtrttp.f @@ -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: diff --git a/SRC/strttp.f b/SRC/strttp.f index c51a5289..7a1cf079 100644 --- a/SRC/strttp.f +++ b/SRC/strttp.f @@ -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: |