Skip to content

Commit

Permalink
BLAS/xROTMG; comment on xPARAM: turn to output direction
Browse files Browse the repository at this point in the history
  • Loading branch information
thielema committed Jun 12, 2017
1 parent 8f7528f commit c4ef454
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BLAS/SRC/drotmg.f
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
*> DY1 is DOUBLE PRECISION
*> \endverbatim
*>
*> \param[in,out] DPARAM
*> \param[out] DPARAM
*> \verbatim
*> DPARAM is DOUBLE PRECISION array, dimension (5)
*> DPARAM(1)=DFLAG
Expand Down
2 changes: 1 addition & 1 deletion BLAS/SRC/srotmg.f
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
*> SY1 is REAL
*> \endverbatim
*>
*> \param[in,out] SPARAM
*> \param[out] SPARAM
*> \verbatim
*> SPARAM is REAL array, dimension (5)
*> SPARAM(1)=SFLAG
Expand Down

0 comments on commit c4ef454

Please sign in to comment.