Skip to content

Commit 3d816ea

Browse files
authored
Merge pull request #811 from jip/fix
Fix typos in comments
2 parents 1d86d53 + a608bc2 commit 3d816ea

16 files changed

+22
-10
lines changed

SRC/cgejsv.f

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
*> are computed and stored in the arrays U and V, respectively. The diagonal
5353
*> of [SIGMA] is computed and stored in the array SVA.
5454
*> \endverbatim
55-
*>
56-
*> Arguments:
57-
*> ==========
58-
*>
55+
*
56+
* Arguments:
57+
* ==========
58+
*
5959
*> \param[in] JOBA
6060
*> \verbatim
6161
*> JOBA is CHARACTER*1

SRC/claswlq.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
*> \endverbatim
105105
*> \param[in] LWORK
106106
*> \verbatim
107+
*> LWORK is INTEGER
107108
*> The dimension of the array WORK. LWORK >= MB*M.
108109
*> If LWORK = -1, then a workspace query is assumed; the routine
109110
*> only calculates the optimal size of the WORK array, returns

SRC/clatsqr.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
*>
107107
*> \param[in] LWORK
108108
*> \verbatim
109+
*> LWORK is INTEGER
109110
*> The dimension of the array WORK. LWORK >= NB*N.
110111
*> If LWORK = -1, then a workspace query is assumed; the routine
111112
*> only calculates the optimal size of the WORK array, returns

SRC/cuncsd2by1.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
*> and RWORK array, respectively, and no error message related
219219
*> to LWORK or LRWORK is issued by XERBLA.
220220
*> \endverbatim
221-
*
221+
*>
222222
*> \param[out] IWORK
223223
*> \verbatim
224224
*> IWORK is INTEGER array, dimension (M-MIN(P,M-P,Q,M-Q))

SRC/cungtsqr.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
*>
134134
*> \param[in] LWORK
135135
*> \verbatim
136+
*> LWORK is INTEGER
136137
*> The dimension of the array WORK. LWORK >= (M+NB)*N.
137138
*> If LWORK = -1, then a workspace query is assumed.
138139
*> The routine only calculates the optimal size of the WORK

SRC/dlaswlq.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
*> \endverbatim
105105
*> \param[in] LWORK
106106
*> \verbatim
107+
*> LWORK is INTEGER
107108
*> The dimension of the array WORK. LWORK >= MB*M.
108109
*> If LWORK = -1, then a workspace query is assumed; the routine
109110
*> only calculates the optimal size of the WORK array, returns

SRC/dlatsqr.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
*>
107107
*> \param[in] LWORK
108108
*> \verbatim
109+
*> LWORK is INTEGER
109110
*> The dimension of the array WORK. LWORK >= NB*N.
110111
*> If LWORK = -1, then a workspace query is assumed; the routine
111112
*> only calculates the optimal size of the WORK array, returns

SRC/dorgtsqr.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@
133133
*>
134134
*> \param[in] LWORK
135135
*> \verbatim
136+
*> LWORK is INTEGER
136137
*> The dimension of the array WORK. LWORK >= (M+NB)*N.
137138
*> If LWORK = -1, then a workspace query is assumed.
138139
*> The routine only calculates the optimal size of the WORK

SRC/slaswlq.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104
*> \endverbatim
105105
*> \param[in] LWORK
106106
*> \verbatim
107+
*> LWORK is INTEGER
107108
*> The dimension of the array WORK. LWORK >= MB * M.
108109
*> If LWORK = -1, then a workspace query is assumed; the routine
109110
*> only calculates the optimal size of the WORK array, returns

SRC/slatsqr.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
*>
107107
*> \param[in] LWORK
108108
*> \verbatim
109+
*> LWORK is INTEGER
109110
*> The dimension of the array WORK. LWORK >= NB*N.
110111
*> If LWORK = -1, then a workspace query is assumed; the routine
111112
*> only calculates the optimal size of the WORK array, returns

0 commit comments

Comments
 (0)