aboutsummaryrefslogtreecommitdiff
path: root/SRC/ctfttp.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/ctfttp.f
parent86579dddaf0142000a291a7fdac0850278b56317 (diff)
Formating code, use of * for comment, and follow other LAPACK style
Diffstat (limited to 'SRC/ctfttp.f')
-rw-r--r--SRC/ctfttp.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/ctfttp.f b/SRC/ctfttp.f
index 9dc90933..034c6f1e 100644
--- a/SRC/ctfttp.f
+++ b/SRC/ctfttp.f
@@ -201,7 +201,7 @@
* Quick return if possible
*
IF( N.EQ.0 )
- + RETURN
+ $ RETURN
*
IF( N.EQ.1 ) THEN
IF( NORMALTRANSR ) THEN
@@ -244,7 +244,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
*