From 3715f9c93fb468c413b3a902a0ed0e47c51a7cb4 Mon Sep 17 00:00:00 2001 From: julie Date: Sat, 7 Dec 2013 00:25:51 +0000 Subject: [PATCH] Fixed typos reported by elena.x.ivanova@oracle.com on Dec 5th --- SRC/chetri2.f | 4 ++-- SRC/zhetri2.f | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SRC/chetri2.f b/SRC/chetri2.f index 6442836..bc36126 100644 --- a/SRC/chetri2.f +++ b/SRC/chetri2.f @@ -96,11 +96,11 @@ *> LWORK is INTEGER *> The dimension of the array WORK. *> WORK is size >= (N+NB+1)*(NB+3) -*> If LDWORK = -1, then a workspace query is assumed; the routine +*> If LWORK = -1, then a workspace query is assumed; the routine *> 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 LDWORK is issued by XERBLA. +*> - and no error message related to LWORK is issued by XERBLA. *> \endverbatim *> *> \param[out] INFO diff --git a/SRC/zhetri2.f b/SRC/zhetri2.f index 07a45fb..670f590 100644 --- a/SRC/zhetri2.f +++ b/SRC/zhetri2.f @@ -96,11 +96,11 @@ *> LWORK is INTEGER *> The dimension of the array WORK. *> WORK is size >= (N+NB+1)*(NB+3) -*> If LDWORK = -1, then a workspace query is assumed; the routine +*> If LWORK = -1, then a workspace query is assumed; the routine *> 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 LDWORK is issued by XERBLA. +*> - and no error message related to LWORK is issued by XERBLA. *> \endverbatim *> *> \param[out] INFO -- 2.7.4