summaryrefslogtreecommitdiff
path: root/SRC/sgesvj.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/sgesvj.f')
-rw-r--r--SRC/sgesvj.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/sgesvj.f b/SRC/sgesvj.f
index 5e53cea1..adce3451 100644
--- a/SRC/sgesvj.f
+++ b/SRC/sgesvj.f
@@ -54,7 +54,7 @@
*
*> \param[in] JOBA
*> \verbatim
-*> JOBA is CHARACTER* 1
+*> JOBA is CHARACTER*1
*> Specifies the structure of A.
*> = 'L': The input matrix A is lower triangular;
*> = 'U': The input matrix A is upper triangular;
@@ -208,7 +208,7 @@
*>
*> \param[in,out] WORK
*> \verbatim
-*> WORK is REAL array, dimension MAX(6,M+N).
+*> WORK is REAL array, dimension (max(6,M+N))
*> On entry,
*> If JOBU .EQ. 'C' :
*> WORK(1) = CTOL, where CTOL defines the threshold for convergence.