Skip to content

Commit

Permalink
fix docs: remove stray ) paren in bdsvdx
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Gates committed May 8, 2018
1 parent 5bbb584 commit 17bda3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SRC/dbdsvdx.f
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
*>
*> \param[out] Z
*> \verbatim
*> Z is DOUBLE PRECISION array, dimension (2*N,K) )
*> Z is DOUBLE PRECISION array, dimension (2*N,K)
*> If JOBZ = 'V', then if INFO = 0 the first NS columns of Z
*> contain the singular vectors of the matrix B corresponding to
*> the selected singular values, with U in rows 1 to N and V
Expand Down
2 changes: 1 addition & 1 deletion SRC/sbdsvdx.f
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
*>
*> \param[out] Z
*> \verbatim
*> Z is REAL array, dimension (2*N,K) )
*> Z is REAL array, dimension (2*N,K)
*> If JOBZ = 'V', then if INFO = 0 the first NS columns of Z
*> contain the singular vectors of the matrix B corresponding to
*> the selected singular values, with U in rows 1 to N and V
Expand Down

0 comments on commit 17bda3f

Please sign in to comment.