diff options
Diffstat (limited to 'SRC/dhgeqz.f')
-rw-r--r-- | SRC/dhgeqz.f | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/dhgeqz.f b/SRC/dhgeqz.f index 27c22f1e..849b76cc 100644 --- a/SRC/dhgeqz.f +++ b/SRC/dhgeqz.f @@ -255,8 +255,7 @@ *> \verbatim *> LWORK is INTEGER *> The dimension of the array WORK. LWORK >= max(1,N). -*> \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 |