summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulie <julie@cs.utk.edu>2016-06-15 22:16:35 -0700
committerJulie <julie@cs.utk.edu>2016-06-15 22:16:35 -0700
commit3ec6c79d228388e8ccfadfa10e49e6c8cc2596e0 (patch)
treeeb9fc47658d25d9e2d9951d5b421064541fc4bc2
parentba1ff0e2b7e9216faa5ccb63ecc1bab5d136bd77 (diff)
downloadlapack-3ec6c79d228388e8ccfadfa10e49e6c8cc2596e0.tar.gz
lapack-3ec6c79d228388e8ccfadfa10e49e6c8cc2596e0.tar.bz2
lapack-3ec6c79d228388e8ccfadfa10e49e6c8cc2596e0.zip
SLASD1 and DLASD1: IDXQ should be [in,out]
Reported by Eugene Chereshnev on April 4th 2016 See: http://icl.cs.utk.edu/lapack-forum/posting.php?mode=reply&f=13&t=4941
-rw-r--r--SRC/dlasd1.f2
-rw-r--r--SRC/slasd1.f2
2 files changed, 2 insertions, 2 deletions
diff --git a/SRC/dlasd1.f b/SRC/dlasd1.f
index c457d1ab..c9e4353a 100644
--- a/SRC/dlasd1.f
+++ b/SRC/dlasd1.f
@@ -156,7 +156,7 @@
*> The leading dimension of the array VT. LDVT >= max( 1, M ).
*> \endverbatim
*>
-*> \param[out] IDXQ
+*> \param[in,out] IDXQ
*> \verbatim
*> IDXQ is INTEGER array, dimension(N)
*> This contains the permutation which will reintegrate the
diff --git a/SRC/slasd1.f b/SRC/slasd1.f
index 4157180c..06c68828 100644
--- a/SRC/slasd1.f
+++ b/SRC/slasd1.f
@@ -156,7 +156,7 @@
*> The leading dimension of the array VT. LDVT >= max( 1, M ).
*> \endverbatim
*>
-*> \param[out] IDXQ
+*> \param[in,out] IDXQ
*> \verbatim
*> IDXQ is INTEGER array, dimension (N)
*> This contains the permutation which will reintegrate the