summaryrefslogtreecommitdiff
path: root/SRC/ztpttf.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2011-03-10 19:09:21 +0000
committerjulie <julielangou@users.noreply.github.com>2011-03-10 19:09:21 +0000
commit1923c69f7e9857d19b67f9e9befd1b1f37c644ef (patch)
treea0729e3779db5c74c0dcda417a0d6eff5c8b3f95 /SRC/ztpttf.f
parent86579dddaf0142000a291a7fdac0850278b56317 (diff)
downloadlapack-1923c69f7e9857d19b67f9e9befd1b1f37c644ef.tar.gz
lapack-1923c69f7e9857d19b67f9e9befd1b1f37c644ef.tar.bz2
lapack-1923c69f7e9857d19b67f9e9befd1b1f37c644ef.zip
Formating code, use of * for comment, and follow other LAPACK style
Diffstat (limited to 'SRC/ztpttf.f')
-rw-r--r--SRC/ztpttf.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/ztpttf.f b/SRC/ztpttf.f
index 44e3c2c9..26039092 100644
--- a/SRC/ztpttf.f
+++ b/SRC/ztpttf.f
@@ -198,7 +198,7 @@
* Quick return if possible
*
IF( N.EQ.0 )
- + RETURN
+ $ RETURN
*
IF( N.EQ.1 ) THEN
IF( NORMALTRANSR ) THEN
@@ -241,7 +241,7 @@
* ARF^C has lda rows and n+1-noe cols
*
IF( .NOT.NORMALTRANSR )
- + LDA = ( N+1 ) / 2
+ $ LDA = ( N+1 ) / 2
*
* start execution: there are eight cases
*