aboutsummaryrefslogtreecommitdiff
path: root/TESTING/EIG/shst01.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/EIG/shst01.f')
-rw-r--r--TESTING/EIG/shst01.f16
1 files changed, 8 insertions, 8 deletions
diff --git a/TESTING/EIG/shst01.f b/TESTING/EIG/shst01.f
index b1c9dbd1..067b7c71 100644
--- a/TESTING/EIG/shst01.f
+++ b/TESTING/EIG/shst01.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 SHST01( N, ILO, IHI, A, LDA, H, LDH, Q, LDQ, WORK,
* LWORK, RESULT )
-*
+*
* .. Scalar Arguments ..
* INTEGER IHI, ILO, LDA, LDH, LDQ, LWORK, N
* ..
@@ -18,7 +18,7 @@
* REAL A( LDA, * ), H( LDH, * ), Q( LDQ, * ),
* $ RESULT( 2 ), WORK( LWORK )
* ..
-*
+*
*
*> \par Purpose:
* =============
@@ -121,10 +121,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
*