summaryrefslogtreecommitdiff
path: root/TESTING/LIN/stpt02.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/LIN/stpt02.f')
-rw-r--r--TESTING/LIN/stpt02.f16
1 files changed, 8 insertions, 8 deletions
diff --git a/TESTING/LIN/stpt02.f b/TESTING/LIN/stpt02.f
index 88943fb9..d3a1c358 100644
--- a/TESTING/LIN/stpt02.f
+++ b/TESTING/LIN/stpt02.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 STPT02( UPLO, TRANS, DIAG, N, NRHS, AP, X, LDX, B, LDB,
* WORK, RESID )
-*
+*
* .. Scalar Arguments ..
* CHARACTER DIAG, TRANS, UPLO
* INTEGER LDB, LDX, N, NRHS
@@ -19,7 +19,7 @@
* .. Array Arguments ..
* REAL AP( * ), B( LDB, * ), WORK( * ), X( LDX, * )
* ..
-*
+*
*
*> \par Purpose:
* =============
@@ -128,10 +128,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
*