aboutsummaryrefslogtreecommitdiff
path: root/TESTING/EIG/sget22.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/EIG/sget22.f')
-rw-r--r--TESTING/EIG/sget22.f16
1 files changed, 8 insertions, 8 deletions
diff --git a/TESTING/EIG/sget22.f b/TESTING/EIG/sget22.f
index 58c60df4..257ebd51 100644
--- a/TESTING/EIG/sget22.f
+++ b/TESTING/EIG/sget22.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 SGET22( TRANSA, TRANSE, TRANSW, N, A, LDA, E, LDE, WR,
* WI, WORK, RESULT )
-*
+*
* .. Scalar Arguments ..
* CHARACTER TRANSA, TRANSE, TRANSW
* INTEGER LDA, LDE, N
@@ -19,7 +19,7 @@
* REAL A( LDA, * ), E( LDE, * ), RESULT( 2 ), WI( * ),
* $ WORK( * ), WR( * )
* ..
-*
+*
*
*> \par Purpose:
* =============
@@ -154,10 +154,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
*