aboutsummaryrefslogtreecommitdiff
path: root/TESTING/LIN/dtpt05.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/LIN/dtpt05.f')
-rw-r--r--TESTING/LIN/dtpt05.f16
1 files changed, 8 insertions, 8 deletions
diff --git a/TESTING/LIN/dtpt05.f b/TESTING/LIN/dtpt05.f
index a416751c..ba811777 100644
--- a/TESTING/LIN/dtpt05.f
+++ b/TESTING/LIN/dtpt05.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 DTPT05( UPLO, TRANS, DIAG, N, NRHS, AP, B, LDB, X, LDX,
* XACT, LDXACT, FERR, BERR, RESLTS )
-*
+*
* .. Scalar Arguments ..
* CHARACTER DIAG, TRANS, UPLO
* INTEGER LDB, LDX, LDXACT, N, NRHS
@@ -19,7 +19,7 @@
* DOUBLE PRECISION AP( * ), B( LDB, * ), BERR( * ), FERR( * ),
* $ RESLTS( * ), X( LDX, * ), XACT( LDXACT, * )
* ..
-*
+*
*
*> \par Purpose:
* =============
@@ -161,10 +161,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
*