Skip to content

Commit

Permalink
BLAS/xROTMx, comment on xPARAM: put 5 in parentheses
Browse files Browse the repository at this point in the history
  • Loading branch information
thielema committed Jun 12, 2017
1 parent 866ee11 commit 2eab06a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion BLAS/SRC/drotm.f
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion BLAS/SRC/drotmg.f
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion BLAS/SRC/srotm.f
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion BLAS/SRC/srotmg.f
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2eab06a

Please sign in to comment.