Skip to content

Commit 6597d48

Browse files
Fix mismatched verbatim/endverbatim commands
SRC/zgedmd.f90:213: warning: reached end of comment while inside a \verbatim block; check for missing \endverbatim tag! SRC/zgedmdq.f90:710: warning: unexpected command endverbatim
1 parent aa41ed6 commit 6597d48

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

SRC/zgedmd.f90

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
!> (the number of columns of X and Y).
200200
!> \endverbatim
201201
!.....
202-
!> \param[in] LDX
202+
!> \param[in,out] X
203203
!> \verbatim
204204
!> X (input/output) COMPLEX(KIND=WP) M-by-N array
205205
!> > On entry, X contains the data snapshot matrix X. It is
@@ -210,7 +210,10 @@
210210
!> data matrix X, U(:,1:K). All N columns of X contain all
211211
!> left singular vectors of the input matrix X.
212212
!> See the descriptions of K, Z and W.
213+
!> \endverbatim
213214
!.....
215+
!> \param[in] LDX
216+
!> \verbatim
214217
!> LDX (input) INTEGER, LDX >= M
215218
!> The leading dimension of the array X.
216219
!> \endverbatim

SRC/zgedmdq.f90

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@
196196
!> \endverbatim
197197
!.....
198198
!> \param[in] WHTSVD
199+
!> \verbatim
199200
!> WHTSVD (input) INTEGER, WHSTVD in { 1, 2, 3, 4 }
200201
!> Allows for a selection of the SVD algorithm from the
201202
!> LAPACK library.

0 commit comments

Comments
 (0)