summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--BLAS/SRC/drotm.f2
-rw-r--r--BLAS/SRC/drotmg.f2
-rw-r--r--BLAS/SRC/srotm.f2
-rw-r--r--BLAS/SRC/srotmg.f2
4 files changed, 4 insertions, 4 deletions
diff --git a/BLAS/SRC/drotm.f b/BLAS/SRC/drotm.f
index f75b88b3..a3ce1667 100644
--- a/BLAS/SRC/drotm.f
+++ b/BLAS/SRC/drotm.f
@@ -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
diff --git a/BLAS/SRC/drotmg.f b/BLAS/SRC/drotmg.f
index 1fb025fa..570525b3 100644
--- a/BLAS/SRC/drotmg.f
+++ b/BLAS/SRC/drotmg.f
@@ -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
diff --git a/BLAS/SRC/srotm.f b/BLAS/SRC/srotm.f
index a0d00f28..eed32736 100644
--- a/BLAS/SRC/srotm.f
+++ b/BLAS/SRC/srotm.f
@@ -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
diff --git a/BLAS/SRC/srotmg.f b/BLAS/SRC/srotmg.f
index a5077c06..b942e028 100644
--- a/BLAS/SRC/srotmg.f
+++ b/BLAS/SRC/srotmg.f
@@ -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