From 5f7f609625f773a7a3373923c5240f6db9aef028 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Thu, 18 May 2017 12:25:45 +0200 Subject: [PATCH] xBBCSD: dimenison -> dimension --- SRC/cbbcsd.f | 2 +- SRC/dbbcsd.f | 2 +- SRC/sbbcsd.f | 2 +- SRC/zbbcsd.f | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SRC/cbbcsd.f b/SRC/cbbcsd.f index d417567..baf9957 100644 --- a/SRC/cbbcsd.f +++ b/SRC/cbbcsd.f @@ -190,7 +190,7 @@ *> *> \param[in,out] V2T *> \verbatim -*> V2T is COMPLEX array, dimenison (LDV2T,M-Q) +*> V2T is COMPLEX array, dimension (LDV2T,M-Q) *> On entry, an (M-Q)-by-(M-Q) matrix. On exit, V2T is *> premultiplied by the conjugate transpose of the right *> singular vector matrix common to [ B12 0 0 ; 0 -I 0 ] and diff --git a/SRC/dbbcsd.f b/SRC/dbbcsd.f index d7c7d14..fa4c564 100644 --- a/SRC/dbbcsd.f +++ b/SRC/dbbcsd.f @@ -190,7 +190,7 @@ *> *> \param[in,out] V2T *> \verbatim -*> V2T is DOUBLE PRECISION array, dimenison (LDV2T,M-Q) +*> V2T is DOUBLE PRECISION array, dimension (LDV2T,M-Q) *> On entry, an (M-Q)-by-(M-Q) matrix. On exit, V2T is *> premultiplied by the transpose of the right *> singular vector matrix common to [ B12 0 0 ; 0 -I 0 ] and diff --git a/SRC/sbbcsd.f b/SRC/sbbcsd.f index 6d1d833..25cbdfc 100644 --- a/SRC/sbbcsd.f +++ b/SRC/sbbcsd.f @@ -190,7 +190,7 @@ *> *> \param[in,out] V2T *> \verbatim -*> V2T is REAL array, dimenison (LDV2T,M-Q) +*> V2T is REAL array, dimension (LDV2T,M-Q) *> On entry, an (M-Q)-by-(M-Q) matrix. On exit, V2T is *> premultiplied by the transpose of the right *> singular vector matrix common to [ B12 0 0 ; 0 -I 0 ] and diff --git a/SRC/zbbcsd.f b/SRC/zbbcsd.f index 51e148b..fd1d95a 100644 --- a/SRC/zbbcsd.f +++ b/SRC/zbbcsd.f @@ -190,7 +190,7 @@ *> *> \param[in,out] V2T *> \verbatim -*> V2T is COMPLEX*16 array, dimenison (LDV2T,M-Q) +*> V2T is COMPLEX*16 array, dimension (LDV2T,M-Q) *> On entry, an (M-Q)-by-(M-Q) matrix. On exit, V2T is *> premultiplied by the conjugate transpose of the right *> singular vector matrix common to [ B12 0 0 ; 0 -I 0 ] and -- 2.7.4