aboutsummaryrefslogtreecommitdiff
path: root/TESTING/LIN/dlattb.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/LIN/dlattb.f')
-rw-r--r--TESTING/LIN/dlattb.f16
1 files changed, 8 insertions, 8 deletions
diff --git a/TESTING/LIN/dlattb.f b/TESTING/LIN/dlattb.f
index 7bf0d8a2..43014ac8 100644
--- a/TESTING/LIN/dlattb.f
+++ b/TESTING/LIN/dlattb.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 DLATTB( IMAT, UPLO, TRANS, DIAG, ISEED, N, KD, AB,
* LDAB, B, WORK, INFO )
-*
+*
* .. Scalar Arguments ..
* CHARACTER DIAG, TRANS, UPLO
* INTEGER IMAT, INFO, KD, LDAB, N
@@ -19,7 +19,7 @@
* INTEGER ISEED( 4 )
* DOUBLE PRECISION AB( LDAB, * ), B( * ), WORK( * )
* ..
-*
+*
*
*> \par Purpose:
* =============
@@ -122,10 +122,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
*