aboutsummaryrefslogtreecommitdiff
path: root/SRC/zpftri.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/zpftri.f
parentdb2a14bcf99ab733813e24f0583f6fa486a7365b (diff)
Various comment fixes
Diffstat (limited to 'SRC/zpftri.f')
-rw-r--r--SRC/zpftri.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/zpftri.f b/SRC/zpftri.f
index d669842f..9eba2666 100644
--- a/SRC/zpftri.f
+++ b/SRC/zpftri.f
@@ -25,11 +25,11 @@
* Arguments
* =========
*
-* TRANSR (input) CHARACTER
+* TRANSR (input) CHARACTER*1
* = 'N': The Normal TRANSR of RFP A is stored;
* = 'C': The Conjugate-transpose TRANSR of RFP A is stored.
*
-* UPLO (input) CHARACTER
+* UPLO (input) CHARACTER*1
* = 'U': Upper triangle of A is stored;
* = 'L': Lower triangle of A is stored.
*