diff options
-rw-r--r-- | TESTING/MATGEN/dlatm1.f | 2 | ||||
-rw-r--r-- | TESTING/MATGEN/zlatm1.f | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/TESTING/MATGEN/dlatm1.f b/TESTING/MATGEN/dlatm1.f index f93d1fb6..4ae187af 100644 --- a/TESTING/MATGEN/dlatm1.f +++ b/TESTING/MATGEN/dlatm1.f @@ -27,7 +27,7 @@ *> *> DLATM1 computes the entries of D(1..N) as specified by *> MODE, COND and IRSIGN. IDIST and ISEED determine the generation -*> of random numbers. DLATM1 is called by SLATMR to generate +*> of random numbers. DLATM1 is called by DLATMR to generate *> random test matrices for LAPACK programs. *> \endverbatim * diff --git a/TESTING/MATGEN/zlatm1.f b/TESTING/MATGEN/zlatm1.f index 3f3df81f..ebaca371 100644 --- a/TESTING/MATGEN/zlatm1.f +++ b/TESTING/MATGEN/zlatm1.f @@ -27,7 +27,7 @@ *> *> ZLATM1 computes the entries of D(1..N) as specified by *> MODE, COND and IRSIGN. IDIST and ISEED determine the generation -*> of random numbers. ZLATM1 is called by CLATMR to generate +*> of random numbers. ZLATM1 is called by ZLATMR to generate *> random test matrices for LAPACK programs. *> \endverbatim * |