Skip to content

Commit ddc1ade

Browse files
committed
xLA_GEAMV; parameter comments: pull 'array' to the type declaration line
1 parent 41c481d commit ddc1ade

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

SRC/dla_geamv.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@
138138
*>
139139
*> \param[in,out] Y
140140
*> \verbatim
141-
*> Y is DOUBLE PRECISION
142-
*> Array of DIMENSION at least
141+
*> Y is DOUBLE PRECISION array,
142+
*> dimension at least
143143
*> ( 1 + ( m - 1 )*abs( INCY ) ) when TRANS = 'N' or 'n'
144144
*> and at least
145145
*> ( 1 + ( n - 1 )*abs( INCY ) ) otherwise.

SRC/sla_geamv.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@
138138
*>
139139
*> \param[in,out] Y
140140
*> \verbatim
141-
*> Y is REAL
142-
*> Array of DIMENSION at least
141+
*> Y is REAL array,
142+
*> dimension at least
143143
*> ( 1 + ( m - 1 )*abs( INCY ) ) when TRANS = 'N' or 'n'
144144
*> and at least
145145
*> ( 1 + ( n - 1 )*abs( INCY ) ) otherwise.

0 commit comments

Comments
 (0)