Skip to content

Commit 0a67441

Browse files
committed
fixed comments in SLAQP3RK
1 parent c2228e1 commit 0a67441

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SRC/slaqp3rk.f

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,14 @@
179179
*> KP1 is INTEGER
180180
*> The index of the column with the maximum 2-norm in
181181
*> the whole original matrix A_orig determined in the
182-
*> main routine DGEQP3RK. 1 <= KP1 <= N_orig.
182+
*> main routine SGEQP3RK. 1 <= KP1 <= N_orig.
183183
*> \endverbatim
184184
*>
185185
*> \param[in] MAXC2NRM
186186
*> \verbatim
187187
*> MAXC2NRM is REAL
188188
*> The maximum column 2-norm of the whole original
189-
*> matrix A_orig computed in the main routine DGEQP3RK.
189+
*> matrix A_orig computed in the main routine SGEQP3RK.
190190
*> MAXC2NRM >= 0.
191191
*> \endverbatim
192192
*>

0 commit comments

Comments
 (0)