From ec1063ec108f56c0bf22cab94041e799a5d49a10 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Sat, 3 Jun 2017 16:14:19 +0200 Subject: [PATCH] xTRTTP, parameter AP: add closing parentheses to dimension specification --- SRC/dtrttp.f | 2 +- SRC/strttp.f | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SRC/dtrttp.f b/SRC/dtrttp.f index ac10ef4..01995d9 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 c51a528..7a1cf07 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: -- 2.7.4