summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SRC/dtrttp.f2
-rw-r--r--SRC/strttp.f2
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: