summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--SRC/dla_geamv.f4
-rw-r--r--SRC/sla_geamv.f4
2 files changed, 4 insertions, 4 deletions
diff --git a/SRC/dla_geamv.f b/SRC/dla_geamv.f
index 5b6690b8..ca889f3b 100644
--- a/SRC/dla_geamv.f
+++ b/SRC/dla_geamv.f
@@ -138,8 +138,8 @@
*>
*> \param[in,out] Y
*> \verbatim
-*> Y is DOUBLE PRECISION
-*> Array of DIMENSION at least
+*> Y is DOUBLE PRECISION array,
+*> dimension at least
*> ( 1 + ( m - 1 )*abs( INCY ) ) when TRANS = 'N' or 'n'
*> and at least
*> ( 1 + ( n - 1 )*abs( INCY ) ) otherwise.
diff --git a/SRC/sla_geamv.f b/SRC/sla_geamv.f
index 083a823b..e5dcfb3a 100644
--- a/SRC/sla_geamv.f
+++ b/SRC/sla_geamv.f
@@ -138,8 +138,8 @@
*>
*> \param[in,out] Y
*> \verbatim
-*> Y is REAL
-*> Array of DIMENSION at least
+*> Y is REAL array,
+*> dimension at least
*> ( 1 + ( m - 1 )*abs( INCY ) ) when TRANS = 'N' or 'n'
*> and at least
*> ( 1 + ( n - 1 )*abs( INCY ) ) otherwise.