summaryrefslogtreecommitdiff
path: root/SRC/zstegr.f
diff options
context:
space:
mode:
authorlangou <julien.langou@ucdenver.edu>2017-06-03 19:51:37 +0000
committerGitHub <noreply@github.com>2017-06-03 19:51:37 +0000
commit0b0dcee3f8c2d2cea5aba274f56018bbdc979e72 (patch)
tree3225276d7cffc79b2983c72c4bd389514c788bce /SRC/zstegr.f
parenta3fb05f665cae999625f82dc91eccad8388a97c5 (diff)
parentbd1af2e5f3ea836aaaa638d9356a1ca91bc1c889 (diff)
downloadlapack-0b0dcee3f8c2d2cea5aba274f56018bbdc979e72.tar.gz
lapack-0b0dcee3f8c2d2cea5aba274f56018bbdc979e72.tar.bz2
lapack-0b0dcee3f8c2d2cea5aba274f56018bbdc979e72.zip
Merge pull request #160 from thielema/cleanup-comments
more cleaned up comments
Diffstat (limited to 'SRC/zstegr.f')
-rw-r--r--SRC/zstegr.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/zstegr.f b/SRC/zstegr.f
index 71f304c1..b8d20729 100644
--- a/SRC/zstegr.f
+++ b/SRC/zstegr.f
@@ -184,7 +184,7 @@
*>
*> \param[out] ISUPPZ
*> \verbatim
-*> ISUPPZ is INTEGER ARRAY, dimension ( 2*max(1,M) )
+*> ISUPPZ is INTEGER array, dimension ( 2*max(1,M) )
*> The support of the eigenvectors in Z, i.e., the indices
*> indicating the nonzero elements in Z. The i-th computed eigenvector
*> is nonzero only in elements ISUPPZ( 2*i-1 ) through