Skip to content

Commit aa41ed6

Browse files
Fix ZWORK parameter name
SRC/cgedmdq.f90:548: warning: argument 'lzwork' from the argument list of cgedmdq has multiple @param documentation sections SRC/zgedmdq.f90:546: warning: argument 'lzwork' from the argument list of zgedmdq has multiple @param documentation sections
1 parent 79a0785 commit aa41ed6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

SRC/cgedmdq.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@
433433
!> The leading dimension of the array S.
434434
!> \endverbatim
435435
!.....
436-
!> \param[out] LZWORK
436+
!> \param[out] ZWORK
437437
!> \verbatim
438438
!> ZWORK (workspace/output) COMPLEX(KIND=WP) LWORK-by-1 array
439439
!> On exit,

SRC/zgedmdq.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@
432432
!> The leading dimension of the array S.
433433
!> \endverbatim
434434
!.....
435-
!> \param[out] LZWORK
435+
!> \param[out] ZWORK
436436
!> \verbatim
437437
!> ZWORK (workspace/output) COMPLEX(KIND=WP) LWORK-by-1 array
438438
!> On exit,

0 commit comments

Comments
 (0)