diff options
Diffstat (limited to 'SRC/cunmql.f')
-rw-r--r-- | SRC/cunmql.f | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/cunmql.f b/SRC/cunmql.f index 817955b3..72147b56 100644 --- a/SRC/cunmql.f +++ b/SRC/cunmql.f @@ -142,8 +142,7 @@ *> For optimum performance LWORK >= N*NB if SIDE = 'L', and *> LWORK >= M*NB if SIDE = 'R', where NB is the optimal *> blocksize. -*> \endverbatim -*> \verbatim +*> *> If LWORK = -1, then a workspace query is assumed; the routine *> only calculates the optimal size of the WORK array, returns *> this value as the first entry of the WORK array, and no error |