Skip to content

Commit a6f8371

Browse files
authored
Merge pull request #1004 from jip/fix
fix comments
2 parents 7295ac1 + 06fc0d8 commit a6f8371

File tree

6 files changed

+6
-0
lines changed

6 files changed

+6
-0
lines changed

SRC/cgetsqrhrt.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
*>
131131
*> \param[in] LWORK
132132
*> \verbatim
133+
*> LWORK is INTEGER
133134
*> The dimension of the array WORK.
134135
*> If MIN(M,N) = 0, LWORK >= 1, else
135136
*> LWORK >= MAX( 1, LWT + LW1, MAX( LWT+N*N+LW2, LWT+N*N+N ) ),

SRC/cungtsqr_row.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
*>
145145
*> \param[in] LWORK
146146
*> \verbatim
147+
*> LWORK is INTEGER
147148
*> The dimension of the array WORK.
148149
*> LWORK >= NBLOCAL * MAX(NBLOCAL,(N-NBLOCAL)),
149150
*> where NBLOCAL=MIN(NB,N).

SRC/dorgtsqr_row.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
*>
145145
*> \param[in] LWORK
146146
*> \verbatim
147+
*> LWORK is INTEGER
147148
*> The dimension of the array WORK.
148149
*> LWORK >= NBLOCAL * MAX(NBLOCAL,(N-NBLOCAL)),
149150
*> where NBLOCAL=MIN(NB,N).

SRC/sorgtsqr_row.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
*>
145145
*> \param[in] LWORK
146146
*> \verbatim
147+
*> LWORK is INTEGER
147148
*> The dimension of the array WORK.
148149
*> LWORK >= NBLOCAL * MAX(NBLOCAL,(N-NBLOCAL)),
149150
*> where NBLOCAL=MIN(NB,N).

SRC/zgetsqrhrt.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
*>
131131
*> \param[in] LWORK
132132
*> \verbatim
133+
*> LWORK is INTEGER
133134
*> The dimension of the array WORK.
134135
*> If MIN(M,N) = 0, LWORK >= 1, else
135136
*> LWORK >= MAX( 1, LWT + LW1, MAX( LWT+N*N+LW2, LWT+N*N+N ) ),

SRC/zungtsqr_row.f

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@
144144
*>
145145
*> \param[in] LWORK
146146
*> \verbatim
147+
*> LWORK is INTEGER
147148
*> The dimension of the array WORK.
148149
*> LWORK >= NBLOCAL * MAX(NBLOCAL,(N-NBLOCAL)),
149150
*> where NBLOCAL=MIN(NB,N).

0 commit comments

Comments
 (0)