From f29f4327ab19a86f24598afaa671aa303fd8f65d Mon Sep 17 00:00:00 2001 From: Dmitry Baksheev Date: Tue, 2 Feb 2016 12:47:16 +0700 Subject: [PATCH] Fix typo in p?stedc.f: DESCQ describes distributed matrix Q, not Z --- SRC/pdstedc.f | 2 +- SRC/psstedc.f | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SRC/pdstedc.f b/SRC/pdstedc.f index 1d0f49e..4fbc9bc 100644 --- a/SRC/pdstedc.f +++ b/SRC/pdstedc.f @@ -66,7 +66,7 @@ * the submatrix which is to be operated on. * * DESCQ (global and local input) INTEGER array of dimension DLEN_. -* The array descriptor for the distributed matrix Z. +* The array descriptor for the distributed matrix Q. * * * WORK (local workspace/output) DOUBLE PRECISION array, diff --git a/SRC/psstedc.f b/SRC/psstedc.f index 54be984..02b3ca8 100644 --- a/SRC/psstedc.f +++ b/SRC/psstedc.f @@ -66,7 +66,7 @@ * the submatrix which is to be operated on. * * DESCQ (global and local input) INTEGER array of dimension DLEN_. -* The array descriptor for the distributed matrix Z. +* The array descriptor for the distributed matrix Q. * * * WORK (local workspace/output) REAL array, -- 2.6.3