summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SRC/dlaed3.f2
-rw-r--r--SRC/slaed3.f2
2 files changed, 2 insertions, 2 deletions
diff --git a/SRC/dlaed3.f b/SRC/dlaed3.f
index 4e62b314..ae331b9d 100644
--- a/SRC/dlaed3.f
+++ b/SRC/dlaed3.f
@@ -116,7 +116,7 @@
*>
*> \param[in] Q2
*> \verbatim
-*> Q2 is DOUBLE PRECISION array, dimension (LDQ2, N)
+*> Q2 is DOUBLE PRECISION array, dimension (LDQ2*N)
*> The first K columns of this matrix contain the non-deflated
*> eigenvectors for the split problem.
*> \endverbatim
diff --git a/SRC/slaed3.f b/SRC/slaed3.f
index 3ff991d8..b9e0b586 100644
--- a/SRC/slaed3.f
+++ b/SRC/slaed3.f
@@ -116,7 +116,7 @@
*>
*> \param[in] Q2
*> \verbatim
-*> Q2 is REAL array, dimension (LDQ2, N)
+*> Q2 is REAL array, dimension (LDQ2*N)
*> The first K columns of this matrix contain the non-deflated
*> eigenvectors for the split problem.
*> \endverbatim