aboutsummaryrefslogtreecommitdiff
path: root/TESTING/LIN/ctbt06.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/LIN/ctbt06.f')
-rw-r--r--TESTING/LIN/ctbt06.f16
1 files changed, 8 insertions, 8 deletions
diff --git a/TESTING/LIN/ctbt06.f b/TESTING/LIN/ctbt06.f
index 0692b8d3..d45cd459 100644
--- a/TESTING/LIN/ctbt06.f
+++ b/TESTING/LIN/ctbt06.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 CTBT06( RCOND, RCONDC, UPLO, DIAG, N, KD, AB, LDAB,
* RWORK, RAT )
-*
+*
* .. Scalar Arguments ..
* CHARACTER DIAG, UPLO
* INTEGER KD, LDAB, N
@@ -20,7 +20,7 @@
* REAL RWORK( * )
* COMPLEX AB( LDAB, * )
* ..
-*
+*
*
*> \par Purpose:
* =============
@@ -113,10 +113,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
*