From f095880560d2be7f219a49e4ee4833f5551b81e6 Mon Sep 17 00:00:00 2001 From: Vladimir Chalupecky Date: Mon, 1 Aug 2016 17:18:05 +0900 Subject: ?TREXC: fix documentation for LDQ parameter --- SRC/ctrexc.f | 3 ++- SRC/dtrexc.f | 3 ++- SRC/strexc.f | 3 ++- SRC/ztrexc.f | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/SRC/ctrexc.f b/SRC/ctrexc.f index 1dccabe1..977e9cfe 100644 --- a/SRC/ctrexc.f +++ b/SRC/ctrexc.f @@ -84,7 +84,8 @@ *> \param[in] LDQ *> \verbatim *> LDQ is INTEGER -*> The leading dimension of the array Q. LDQ >= max(1,N). +*> The leading dimension of the array Q. LDQ >= 1, and if +*> COMPQ = 'V', LDQ >= max(1,N). *> \endverbatim *> *> \param[in] IFST diff --git a/SRC/dtrexc.f b/SRC/dtrexc.f index 4cf3594b..17af6a2f 100644 --- a/SRC/dtrexc.f +++ b/SRC/dtrexc.f @@ -92,7 +92,8 @@ *> \param[in] LDQ *> \verbatim *> LDQ is INTEGER -*> The leading dimension of the array Q. LDQ >= max(1,N). +*> The leading dimension of the array Q. LDQ >= 1, and if +*> COMPQ = 'V', LDQ >= max(1,N). *> \endverbatim *> *> \param[in,out] IFST diff --git a/SRC/strexc.f b/SRC/strexc.f index 5df09776..349fa26a 100644 --- a/SRC/strexc.f +++ b/SRC/strexc.f @@ -92,7 +92,8 @@ *> \param[in] LDQ *> \verbatim *> LDQ is INTEGER -*> The leading dimension of the array Q. LDQ >= max(1,N). +*> The leading dimension of the array Q. LDQ >= 1, and if +*> COMPQ = 'V', LDQ >= max(1,N). *> \endverbatim *> *> \param[in,out] IFST diff --git a/SRC/ztrexc.f b/SRC/ztrexc.f index f4959880..afcdfdd3 100644 --- a/SRC/ztrexc.f +++ b/SRC/ztrexc.f @@ -84,7 +84,8 @@ *> \param[in] LDQ *> \verbatim *> LDQ is INTEGER -*> The leading dimension of the array Q. LDQ >= max(1,N). +*> The leading dimension of the array Q. LDQ >= 1, and if +*> COMPQ = 'V', LDQ >= max(1,N). *> \endverbatim *> *> \param[in] IFST -- cgit v1.2.3