aboutsummaryrefslogtreecommitdiff
path: root/TESTING/LIN/sqrt11.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/LIN/sqrt11.f')
-rw-r--r--TESTING/LIN/sqrt11.f16
1 files changed, 8 insertions, 8 deletions
diff --git a/TESTING/LIN/sqrt11.f b/TESTING/LIN/sqrt11.f
index 6bf68897..c8bd135b 100644
--- a/TESTING/LIN/sqrt11.f
+++ b/TESTING/LIN/sqrt11.f
@@ -2,21 +2,21 @@
*
* =========== 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:
* ===========
*
* REAL FUNCTION SQRT11( M, K, A, LDA, TAU, WORK, LWORK )
-*
+*
* .. Scalar Arguments ..
* INTEGER K, LDA, LWORK, M
* ..
* .. Array Arguments ..
* REAL A( LDA, * ), TAU( * ), WORK( LWORK )
* ..
-*
+*
*
*> \par Purpose:
* =============
@@ -86,10 +86,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
*