summaryrefslogtreecommitdiff
path: root/SRC/zla_syamv.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/zla_syamv.f')
-rw-r--r--SRC/zla_syamv.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/zla_syamv.f b/SRC/zla_syamv.f
index 01854a9b..0f1f4e05 100644
--- a/SRC/zla_syamv.f
+++ b/SRC/zla_syamv.f
@@ -90,7 +90,7 @@
*>
*> \param[in] A
*> \verbatim
-*> A is COMPLEX*16 array, DIMENSION ( LDA, n ).
+*> A is COMPLEX*16 array, dimension ( LDA, n ).
*> Before entry, the leading m by n part of the array A must
*> contain the matrix of coefficients.
*> Unchanged on exit.
@@ -107,7 +107,7 @@
*>
*> \param[in] X
*> \verbatim
-*> X is COMPLEX*16 array, DIMENSION at least
+*> X is COMPLEX*16 array, dimension at least
*> ( 1 + ( n - 1 )*abs( INCX ) )
*> Before entry, the incremented array X must contain the
*> vector x.