BLAS/xROTMx, comment on xPARAM: put 5 in parentheses
authorHenning Thielemann <git@henning-thielemann.de>
Mon, 12 Jun 2017 09:49:28 +0000 (11:49 +0200)
committerHenning Thielemann <git@henning-thielemann.de>
Mon, 12 Jun 2017 09:49:28 +0000 (11:49 +0200)
BLAS/SRC/drotm.f
BLAS/SRC/drotmg.f
BLAS/SRC/srotm.f
BLAS/SRC/srotmg.f

index f75b88b..a3ce166 100644 (file)
@@ -73,7 +73,7 @@
 *>
 *> \param[in,out] DPARAM
 *> \verbatim
-*>          DPARAM is DOUBLE PRECISION array, dimension 5
+*>          DPARAM is DOUBLE PRECISION array, dimension (5)
 *>     DPARAM(1)=DFLAG
 *>     DPARAM(2)=DH11
 *>     DPARAM(3)=DH21
index 1fb025f..570525b 100644 (file)
@@ -67,7 +67,7 @@
 *>
 *> \param[in,out] DPARAM
 *> \verbatim
-*>          DPARAM is DOUBLE PRECISION array, dimension 5
+*>          DPARAM is DOUBLE PRECISION array, dimension (5)
 *>     DPARAM(1)=DFLAG
 *>     DPARAM(2)=DH11
 *>     DPARAM(3)=DH21
index a0d00f2..eed3273 100644 (file)
@@ -74,7 +74,7 @@
 *>
 *> \param[in,out] SPARAM
 *> \verbatim
-*>          SPARAM is REAL array, dimension 5
+*>          SPARAM is REAL array, dimension (5)
 *>     SPARAM(1)=SFLAG
 *>     SPARAM(2)=SH11
 *>     SPARAM(3)=SH21
index a5077c0..b942e02 100644 (file)
@@ -67,7 +67,7 @@
 *>
 *> \param[in,out] SPARAM
 *> \verbatim
-*>          SPARAM is REAL array, dimension 5
+*>          SPARAM is REAL array, dimension (5)
 *>     SPARAM(1)=SFLAG
 *>     SPARAM(2)=SH11
 *>     SPARAM(3)=SH21