aboutsummaryrefslogtreecommitdiff
path: root/TESTING/EIG/chet22.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/EIG/chet22.f')
-rw-r--r--TESTING/EIG/chet22.f16
1 files changed, 8 insertions, 8 deletions
diff --git a/TESTING/EIG/chet22.f b/TESTING/EIG/chet22.f
index 7b671694..2a917335 100644
--- a/TESTING/EIG/chet22.f
+++ b/TESTING/EIG/chet22.f
@@ -2,15 +2,15 @@
*
* =========== DOCUMENTATION ===========
*
-* Online html documentation available at
-* http://www.netlib.org/lapack/explore-html/
+* Online html documentation available at
+* http://www.netlib.org/lapack/explore-html/
*
* Definition:
* ===========
*
* SUBROUTINE CHET22( ITYPE, UPLO, N, M, KBAND, A, LDA, D, E, U, LDU,
* V, LDV, TAU, WORK, RWORK, RESULT )
-*
+*
* .. Scalar Arguments ..
* CHARACTER UPLO
* INTEGER ITYPE, KBAND, LDA, LDU, LDV, M, N
@@ -20,7 +20,7 @@
* COMPLEX A( LDA, * ), TAU( * ), U( LDU, * ),
* $ V( LDV, * ), WORK( * )
* ..
-*
+*
*
*> \par Purpose:
* =============
@@ -146,10 +146,10 @@
* Authors:
* ========
*
-*> \author Univ. of Tennessee
-*> \author Univ. of California Berkeley
-*> \author Univ. of Colorado Denver
-*> \author NAG Ltd.
+*> \author Univ. of Tennessee
+*> \author Univ. of California Berkeley
+*> \author Univ. of Colorado Denver
+*> \author NAG Ltd.
*
*> \date November 2011
*