diff options
author | julie <julielangou@users.noreply.github.com> | 2010-08-10 16:22:10 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2010-08-10 16:22:10 +0000 |
commit | 067bfbf1595b1f3e10ae84045791bd58ac1061ec (patch) | |
tree | aac9de4e5a41b79dcb5d952be579b930017f78ec /SRC/dgesvj.f | |
parent | db2a14bcf99ab733813e24f0583f6fa486a7365b (diff) | |
download | lapack-067bfbf1595b1f3e10ae84045791bd58ac1061ec.tar.gz lapack-067bfbf1595b1f3e10ae84045791bd58ac1061ec.tar.bz2 lapack-067bfbf1595b1f3e10ae84045791bd58ac1061ec.zip |
Various comment fixes
Diffstat (limited to 'SRC/dgesvj.f')
-rw-r--r-- | SRC/dgesvj.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dgesvj.f b/SRC/dgesvj.f index 0bb49cb6..b9d568ed 100644 --- a/SRC/dgesvj.f +++ b/SRC/dgesvj.f @@ -93,7 +93,7 @@ * Arguments * ========= * -* JOBA (input) CHARACTER* 1 +* JOBA (input) CHARACTER*1 * Specifies the structure of A. * = 'L': The input matrix A is lower triangular; * = 'U': The input matrix A is upper triangular; |