aboutsummaryrefslogtreecommitdiff
path: root/TESTING/EIG/cget22.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/EIG/cget22.f')
-rw-r--r--TESTING/EIG/cget22.f16
1 files changed, 8 insertions, 8 deletions
diff --git a/TESTING/EIG/cget22.f b/TESTING/EIG/cget22.f
index c34c2fe2..c419c00f 100644
--- a/TESTING/EIG/cget22.f
+++ b/TESTING/EIG/cget22.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 CGET22( TRANSA, TRANSE, TRANSW, N, A, LDA, E, LDE, W,
* WORK, RWORK, RESULT )
-*
+*
* .. Scalar Arguments ..
* CHARACTER TRANSA, TRANSE, TRANSW
* INTEGER LDA, LDE, N
@@ -19,7 +19,7 @@
* REAL RESULT( 2 ), RWORK( * )
* COMPLEX A( LDA, * ), E( LDE, * ), W( * ), WORK( * )
* ..
-*
+*
*
*> \par Purpose:
* =============
@@ -130,10 +130,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
*