diff options
Diffstat (limited to 'SRC/sstemr.f')
-rw-r--r-- | SRC/sstemr.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/sstemr.f b/SRC/sstemr.f index cff89ef9..917e896c 100644 --- a/SRC/sstemr.f +++ b/SRC/sstemr.f @@ -222,7 +222,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 |