summaryrefslogtreecommitdiff
path: root/SRC/cgesvj.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/cgesvj.f')
-rw-r--r--SRC/cgesvj.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/cgesvj.f b/SRC/cgesvj.f
index 0168c5c3..695cb45d 100644
--- a/SRC/cgesvj.f
+++ b/SRC/cgesvj.f
@@ -206,7 +206,7 @@
*>
*> \param[in,out] CWORK
*> \verbatim
-*> CWORK is COMPLEX array, dimension max(1,LWORK).
+*> CWORK is COMPLEX array, dimension (max(1,LWORK))
*> Used as workspace.
*> If on entry LWORK .EQ. -1, then a workspace query is assumed and
*> no computation is done; CWORK(1) is set to the minial (and optimal)
@@ -221,7 +221,7 @@
*>
*> \param[in,out] RWORK
*> \verbatim
-*> RWORK is REAL array, dimension max(6,LRWORK).
+*> RWORK is REAL array, dimension (max(6,LRWORK))
*> On entry,
*> If JOBU .EQ. 'C' :
*> RWORK(1) = CTOL, where CTOL defines the threshold for convergence.