diff options
Diffstat (limited to 'SRC/dsyconv.f')
-rw-r--r-- | SRC/dsyconv.f | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/SRC/dsyconv.f b/SRC/dsyconv.f index df7bbc7c..36dadeb7 100644 --- a/SRC/dsyconv.f +++ b/SRC/dsyconv.f @@ -89,19 +89,6 @@ *> WORK is DOUBLE PRECISION array, dimension (N) *> \endverbatim *> -*> \param[in] LWORK -*> \verbatim -*> LWORK is INTEGER -*> The length of WORK. LWORK >=1. -*> LWORK = 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 -*> message related to LWORK is issued by XERBLA. -*> \endverbatim -*> *> \param[out] INFO *> \verbatim *> INFO is INTEGER |