aboutsummaryrefslogtreecommitdiff
path: root/TESTING/LIN/stbt06.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/LIN/stbt06.f')
-rw-r--r--TESTING/LIN/stbt06.f16
1 files changed, 8 insertions, 8 deletions
diff --git a/TESTING/LIN/stbt06.f b/TESTING/LIN/stbt06.f
index 452c40a1..c8b7f733 100644
--- a/TESTING/LIN/stbt06.f
+++ b/TESTING/LIN/stbt06.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 STBT06( RCOND, RCONDC, UPLO, DIAG, N, KD, AB, LDAB,
* WORK, RAT )
-*
+*
* .. Scalar Arguments ..
* CHARACTER DIAG, UPLO
* INTEGER KD, LDAB, N
@@ -19,7 +19,7 @@
* .. Array Arguments ..
* REAL AB( LDAB, * ), WORK( * )
* ..
-*
+*
*
*> \par Purpose:
* =============
@@ -112,10 +112,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
*