summaryrefslogtreecommitdiff
path: root/SRC/ssysvx.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2012-01-08 05:27:18 +0000
committerjulie <julielangou@users.noreply.github.com>2012-01-08 05:27:18 +0000
commit491fcee0303e374ba6df7b44247747624b956131 (patch)
treed7fb66ee3ec8d632c00918f8fea282a587aef9a7 /SRC/ssysvx.f
parenta055c28aa29a338fef15d9d4550b03bcbbfda298 (diff)
downloadlapack-491fcee0303e374ba6df7b44247747624b956131.tar.gz
lapack-491fcee0303e374ba6df7b44247747624b956131.tar.bz2
lapack-491fcee0303e374ba6df7b44247747624b956131.zip
Fix minor problem in some comments...
Diffstat (limited to 'SRC/ssysvx.f')
-rw-r--r--SRC/ssysvx.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/ssysvx.f b/SRC/ssysvx.f
index c2cf1dc8..5b76f184 100644
--- a/SRC/ssysvx.f
+++ b/SRC/ssysvx.f
@@ -132,7 +132,7 @@
*>
*> \param[in,out] AF
*> \verbatim
-*> AF is or output) REAL array, dimension (LDAF,N)
+*> AF is REAL array, dimension (LDAF,N)
*> If FACT = 'F', then AF is an input argument and on entry
*> contains the block diagonal matrix D and the multipliers used
*> to obtain the factor U or L from the factorization
@@ -152,7 +152,7 @@
*>
*> \param[in,out] IPIV
*> \verbatim
-*> IPIV is or output) INTEGER array, dimension (N)
+*> IPIV is INTEGER array, dimension (N)
*> If FACT = 'F', then IPIV is an input argument and on entry
*> contains details of the interchanges and the block structure
*> of D, as determined by SSYTRF.