diff options
Diffstat (limited to 'SRC/dtrttp.f')
-rw-r--r-- | SRC/dtrttp.f | 2 |
1 files changed, 1 insertions, 1 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: |