From 094201f4063d62d41363dd869a4d6e64cb987fde Mon Sep 17 00:00:00 2001 From: Vladimir Chalupecky Date: Wed, 27 Jul 2016 10:45:11 +0900 Subject: [PATCH] ?LALN2: fix doc for the D2 parameter --- SRC/dlaln2.f | 2 +- SRC/slaln2.f | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SRC/dlaln2.f b/SRC/dlaln2.f index c8b1323..c80ff9c 100644 --- a/SRC/dlaln2.f +++ b/SRC/dlaln2.f @@ -127,7 +127,7 @@ *> \param[in] D2 *> \verbatim *> D2 is DOUBLE PRECISION -*> The 2,2 element in the diagonal matrix D. Not used if NW=1. +*> The 2,2 element in the diagonal matrix D. Not used if NA=1. *> \endverbatim *> *> \param[in] B diff --git a/SRC/slaln2.f b/SRC/slaln2.f index 3d1cdfb..cd982ab 100644 --- a/SRC/slaln2.f +++ b/SRC/slaln2.f @@ -127,7 +127,7 @@ *> \param[in] D2 *> \verbatim *> D2 is REAL -*> The 2,2 element in the diagonal matrix D. Not used if NW=1. +*> The 2,2 element in the diagonal matrix D. Not used if NA=1. *> \endverbatim *> *> \param[in] B -- 2.7.4