summaryrefslogtreecommitdiff
path: root/SRC/iladlc.f
diff options
context:
space:
mode:
Diffstat (limited to 'SRC/iladlc.f')
-rw-r--r--SRC/iladlc.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/iladlc.f b/SRC/iladlc.f
index 66b141ee..0097dc60 100644
--- a/SRC/iladlc.f
+++ b/SRC/iladlc.f
@@ -1,4 +1,4 @@
- INTEGER FUNCTION ILADLC(M, N, A, LDA)
+ INTEGER FUNCTION ILADLC( M, N, A, LDA )
IMPLICIT NONE
*
* -- LAPACK auxiliary routine (version 3.2.1) --
@@ -60,4 +60,4 @@
END DO
END IF
RETURN
- END FUNCTION
+ END