summaryrefslogtreecommitdiff
path: root/SRC/sstegr.f
diff options
context:
space:
mode:
authorHenning Thielemann <git@henning-thielemann.de>2017-06-03 17:32:35 +0200
committerHenning Thielemann <git@henning-thielemann.de>2017-06-03 17:32:35 +0200
commitd920de192cb388beacd750fc972397e8c27c4a0d (patch)
treef9257be5ba5ffdf6ed033dbdffdb80404bb77246 /SRC/sstegr.f
parenta3fb05f665cae999625f82dc91eccad8388a97c5 (diff)
downloadlapack-d920de192cb388beacd750fc972397e8c27c4a0d.tar.gz
lapack-d920de192cb388beacd750fc972397e8c27c4a0d.tar.bz2
lapack-d920de192cb388beacd750fc972397e8c27c4a0d.zip
Consistent formatting of array parameter comments:
NAME is TYPE array, dimension (dim0,dim1,...)
Diffstat (limited to 'SRC/sstegr.f')
-rw-r--r--SRC/sstegr.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/sstegr.f b/SRC/sstegr.f
index 0a28c584..99a4be62 100644
--- a/SRC/sstegr.f
+++ b/SRC/sstegr.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