aboutsummaryrefslogtreecommitdiff
path: root/TESTING/LIN/cqrt15.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/LIN/cqrt15.f')
-rw-r--r--TESTING/LIN/cqrt15.f16
1 files changed, 8 insertions, 8 deletions
diff --git a/TESTING/LIN/cqrt15.f b/TESTING/LIN/cqrt15.f
index a86662a9..cb32b922 100644
--- a/TESTING/LIN/cqrt15.f
+++ b/TESTING/LIN/cqrt15.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 CQRT15( SCALE, RKSEL, M, N, NRHS, A, LDA, B, LDB, S,
* RANK, NORMA, NORMB, ISEED, WORK, LWORK )
-*
+*
* .. Scalar Arguments ..
* INTEGER LDA, LDB, LWORK, M, N, NRHS, RANK, RKSEL, SCALE
* REAL NORMA, NORMB
@@ -20,7 +20,7 @@
* REAL S( * )
* COMPLEX A( LDA, * ), B( LDB, * ), WORK( LWORK )
* ..
-*
+*
*
*> \par Purpose:
* =============
@@ -136,10 +136,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
*