aboutsummaryrefslogtreecommitdiff
path: root/TESTING/EIG/dstt22.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/EIG/dstt22.f')
-rw-r--r--TESTING/EIG/dstt22.f16
1 files changed, 8 insertions, 8 deletions
diff --git a/TESTING/EIG/dstt22.f b/TESTING/EIG/dstt22.f
index 07bfa161..9ce2e4e0 100644
--- a/TESTING/EIG/dstt22.f
+++ b/TESTING/EIG/dstt22.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 DSTT22( N, M, KBAND, AD, AE, SD, SE, U, LDU, WORK,
* LDWORK, RESULT )
-*
+*
* .. Scalar Arguments ..
* INTEGER KBAND, LDU, LDWORK, M, N
* ..
@@ -18,7 +18,7 @@
* DOUBLE PRECISION AD( * ), AE( * ), RESULT( 2 ), SD( * ),
* $ SE( * ), U( LDU, * ), WORK( LDWORK, * )
* ..
-*
+*
*
*> \par Purpose:
* =============
@@ -126,10 +126,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
*