Skip to content

Commit 365d50c

Browse files
committed
xLAQR5; WANTT, WANTZ parameters: logical scalar -> LOGICAL
1 parent d920de1 commit 365d50c

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

SRC/claqr5.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
*
4848
*> \param[in] WANTT
4949
*> \verbatim
50-
*> WANTT is logical scalar
50+
*> WANTT is LOGICAL
5151
*> WANTT = .true. if the triangular Schur factor
5252
*> is being computed. WANTT is set to .false. otherwise.
5353
*> \endverbatim
5454
*>
5555
*> \param[in] WANTZ
5656
*> \verbatim
57-
*> WANTZ is logical scalar
57+
*> WANTZ is LOGICAL
5858
*> WANTZ = .true. if the unitary Schur factor is being
5959
*> computed. WANTZ is set to .false. otherwise.
6060
*> \endverbatim

SRC/dlaqr5.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
*
4949
*> \param[in] WANTT
5050
*> \verbatim
51-
*> WANTT is logical scalar
51+
*> WANTT is LOGICAL
5252
*> WANTT = .true. if the quasi-triangular Schur factor
5353
*> is being computed. WANTT is set to .false. otherwise.
5454
*> \endverbatim
5555
*>
5656
*> \param[in] WANTZ
5757
*> \verbatim
58-
*> WANTZ is logical scalar
58+
*> WANTZ is LOGICAL
5959
*> WANTZ = .true. if the orthogonal Schur factor is being
6060
*> computed. WANTZ is set to .false. otherwise.
6161
*> \endverbatim

SRC/slaqr5.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,14 +48,14 @@
4848
*
4949
*> \param[in] WANTT
5050
*> \verbatim
51-
*> WANTT is logical scalar
51+
*> WANTT is LOGICAL
5252
*> WANTT = .true. if the quasi-triangular Schur factor
5353
*> is being computed. WANTT is set to .false. otherwise.
5454
*> \endverbatim
5555
*>
5656
*> \param[in] WANTZ
5757
*> \verbatim
58-
*> WANTZ is logical scalar
58+
*> WANTZ is LOGICAL
5959
*> WANTZ = .true. if the orthogonal Schur factor is being
6060
*> computed. WANTZ is set to .false. otherwise.
6161
*> \endverbatim

SRC/zlaqr5.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,14 @@
4747
*
4848
*> \param[in] WANTT
4949
*> \verbatim
50-
*> WANTT is logical scalar
50+
*> WANTT is LOGICAL
5151
*> WANTT = .true. if the triangular Schur factor
5252
*> is being computed. WANTT is set to .false. otherwise.
5353
*> \endverbatim
5454
*>
5555
*> \param[in] WANTZ
5656
*> \verbatim
57-
*> WANTZ is logical scalar
57+
*> WANTZ is LOGICAL
5858
*> WANTZ = .true. if the unitary Schur factor is being
5959
*> computed. WANTZ is set to .false. otherwise.
6060
*> \endverbatim

0 commit comments

Comments
 (0)