aboutsummaryrefslogtreecommitdiff
path: root/SRC/dlaneg.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2009-09-11 20:28:33 +0000
committerjulie <julielangou@users.noreply.github.com>2009-09-11 20:28:33 +0000
commit783ef3de55268825f629afbd43f971ba81ed46c5 (patch)
treef91b9ecc4c7c29c755d3aa80e676fdfac12f159e /SRC/dlaneg.f
parent708ac3e2f4d1a007bc9095e955e0a7bea77d9f50 (diff)
Fix whitespace comments detected from parser
Diffstat (limited to 'SRC/dlaneg.f')
-rw-r--r--SRC/dlaneg.f3
1 files changed, 1 insertions, 2 deletions
diff --git a/SRC/dlaneg.f b/SRC/dlaneg.f
index ce78eca4..03885c90 100644
--- a/SRC/dlaneg.f
+++ b/SRC/dlaneg.f
@@ -1,6 +1,5 @@
- FUNCTION DLANEG( N, D, LLD, SIGMA, PIVMIN, R )
+ INTEGER FUNCTION DLANEG( N, D, LLD, SIGMA, PIVMIN, R )
IMPLICIT NONE
- INTEGER DLANEG
*
* -- LAPACK auxiliary routine (version 3.2) --
* -- LAPACK is a software package provided by Univ. of Tennessee, --