Skip to content

Commit dead4e4

Browse files
Fix missing DONE parameter name
SRC/slaqp3rk.f:585: warning: unexpected command endverbatim SRC/dlaqp3rk.f:585: warning: unexpected command endverbatim SRC/claqp3rk.f:579: warning: unexpected command endverbatim SRC/zlaqp3rk.f:579: warning: unexpected command endverbatim
1 parent 6597d48 commit dead4e4

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

SRC/claqp3rk.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
*> The leading dimension of the array A. LDA >= max(1,M).
218218
*> \endverbatim
219219
*>
220-
*> \param[out]
220+
*> \param[out] DONE
221221
*> \verbatim
222222
*> DONE is LOGICAL
223223
*> TRUE: a) if the factorization completed before processing

SRC/dlaqp3rk.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
*> The leading dimension of the array A. LDA >= max(1,M).
224224
*> \endverbatim
225225
*>
226-
*> \param[out]
226+
*> \param[out] DONE
227227
*> \verbatim
228228
*> DONE is LOGICAL
229229
*> TRUE: a) if the factorization completed before processing

SRC/slaqp3rk.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@
223223
*> The leading dimension of the array A. LDA >= max(1,M).
224224
*> \endverbatim
225225
*>
226-
*> \param[out]
226+
*> \param[out] DONE
227227
*> \verbatim
228228
*> DONE is LOGICAL
229229
*> TRUE: a) if the factorization completed before processing

SRC/zlaqp3rk.f

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@
217217
*> The leading dimension of the array A. LDA >= max(1,M).
218218
*> \endverbatim
219219
*>
220-
*> \param[out]
220+
*> \param[out] DONE
221221
*> \verbatim
222222
*> DONE is LOGICAL
223223
*> TRUE: a) if the factorization completed before processing

0 commit comments

Comments
 (0)