aboutsummaryrefslogtreecommitdiff
path: root/TESTING/EIG/cget54.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/EIG/cget54.f')
-rw-r--r--TESTING/EIG/cget54.f16
1 files changed, 8 insertions, 8 deletions
diff --git a/TESTING/EIG/cget54.f b/TESTING/EIG/cget54.f
index a16848fc..481c8bf1 100644
--- a/TESTING/EIG/cget54.f
+++ b/TESTING/EIG/cget54.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 CGET54( N, A, LDA, B, LDB, S, LDS, T, LDT, U, LDU, V,
* LDV, WORK, RESULT )
-*
+*
* .. Scalar Arguments ..
* INTEGER LDA, LDB, LDS, LDT, LDU, LDV, N
* REAL RESULT
@@ -20,7 +20,7 @@
* $ T( LDT, * ), U( LDU, * ), V( LDV, * ),
* $ WORK( * )
* ..
-*
+*
*
*> \par Purpose:
* =============
@@ -143,10 +143,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
*