diff options
author | julie <julielangou@users.noreply.github.com> | 2016-01-13 03:02:36 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2016-01-13 03:02:36 +0000 |
commit | 43e85a37b9b765a6473df7c1334888d21a796d45 (patch) | |
tree | bd3ce85381deb9c375c6f01ef1eda9bf99b1da13 | |
parent | 0d5b6ce6caa608f5c8c2cae901f94174b229b2e9 (diff) | |
download | lapack-43e85a37b9b765a6473df7c1334888d21a796d45.tar.gz lapack-43e85a37b9b765a6473df7c1334888d21a796d45.tar.bz2 lapack-43e85a37b9b765a6473df7c1334888d21a796d45.zip |
Fix typos reported by Elena
-rw-r--r-- | SRC/cgsvj1.f | 2 | ||||
-rw-r--r-- | SRC/dgsvj1.f | 2 | ||||
-rw-r--r-- | SRC/zgsvj1.f | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/SRC/cgsvj1.f b/SRC/cgsvj1.f index f4b1fc15..b83095e9 100644 --- a/SRC/cgsvj1.f +++ b/SRC/cgsvj1.f @@ -1,4 +1,4 @@ -*> \brief \b CGSVJ1 pre-processor for the routine sgesvj, applies Jacobi rotations targeting only particular pivots. +*> \brief \b CGSVJ1 pre-processor for the routine cgesvj, applies Jacobi rotations targeting only particular pivots. * * =========== DOCUMENTATION =========== * diff --git a/SRC/dgsvj1.f b/SRC/dgsvj1.f index b32ba0fe..f5ddeeb8 100644 --- a/SRC/dgsvj1.f +++ b/SRC/dgsvj1.f @@ -1,4 +1,4 @@ -*> \brief \b DGSVJ1 pre-processor for the routine sgesvj, applies Jacobi rotations targeting only particular pivots. +*> \brief \b DGSVJ1 pre-processor for the routine dgesvj, applies Jacobi rotations targeting only particular pivots. * * =========== DOCUMENTATION =========== * diff --git a/SRC/zgsvj1.f b/SRC/zgsvj1.f index 54410cc0..d215c0b8 100644 --- a/SRC/zgsvj1.f +++ b/SRC/zgsvj1.f @@ -1,4 +1,4 @@ -*> \brief \b ZGSVJ1 pre-processor for the routine sgesvj, applies Jacobi rotations targeting only particular pivots. +*> \brief \b ZGSVJ1 pre-processor for the routine zgesvj, applies Jacobi rotations targeting only particular pivots. * * =========== DOCUMENTATION =========== * |