summaryrefslogtreecommitdiff
path: root/SRC/ctpttf.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2010-08-10 16:22:10 +0000
committerjulie <julielangou@users.noreply.github.com>2010-08-10 16:22:10 +0000
commit067bfbf1595b1f3e10ae84045791bd58ac1061ec (patch)
treeaac9de4e5a41b79dcb5d952be579b930017f78ec /SRC/ctpttf.f
parentdb2a14bcf99ab733813e24f0583f6fa486a7365b (diff)
downloadlapack-067bfbf1595b1f3e10ae84045791bd58ac1061ec.tar.gz
lapack-067bfbf1595b1f3e10ae84045791bd58ac1061ec.tar.bz2
lapack-067bfbf1595b1f3e10ae84045791bd58ac1061ec.zip
Various comment fixes
Diffstat (limited to 'SRC/ctpttf.f')
-rw-r--r--SRC/ctpttf.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/ctpttf.f b/SRC/ctpttf.f
index 3854dbfb..80586795 100644
--- a/SRC/ctpttf.f
+++ b/SRC/ctpttf.f
@@ -25,11 +25,11 @@
* Arguments
* =========
*
-* TRANSR (input) CHARACTER
+* TRANSR (input) CHARACTER*1
* = 'N': ARF in Normal format is wanted;
* = 'C': ARF in Conjugate-transpose format is wanted.
*
-* UPLO (input) CHARACTER
+* UPLO (input) CHARACTER*1
* = 'U': A is upper triangular;
* = 'L': A is lower triangular.
*