From: Henning Thielemann Date: Thu, 8 Jun 2017 15:43:24 +0000 (+0200) Subject: xLA_GEAMV; parameter comments: pull 'array' to the type declaration line X-Git-Tag: accepted/tizen/5.0/unified/20181102.024111~6^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ddc1ade5e213764b1bbacfe2e950d143af7b2414;p=platform%2Fupstream%2Flapack.git xLA_GEAMV; parameter comments: pull 'array' to the type declaration line --- diff --git a/SRC/dla_geamv.f b/SRC/dla_geamv.f index 5b6690b..ca889f3 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 083a823..e5dcfb3 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.