aboutsummaryrefslogtreecommitdiff
path: root/TESTING/LIN/cpot01.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/LIN/cpot01.f')
-rw-r--r--TESTING/LIN/cpot01.f16
1 files changed, 8 insertions, 8 deletions
diff --git a/TESTING/LIN/cpot01.f b/TESTING/LIN/cpot01.f
index 25764e8f..2a06f605 100644
--- a/TESTING/LIN/cpot01.f
+++ b/TESTING/LIN/cpot01.f
@@ -2,14 +2,14 @@
*
* =========== 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 CPOT01( UPLO, N, A, LDA, AFAC, LDAFAC, RWORK, RESID )
-*
+*
* .. Scalar Arguments ..
* CHARACTER UPLO
* INTEGER LDA, LDAFAC, N
@@ -19,7 +19,7 @@
* REAL RWORK( * )
* COMPLEX A( LDA, * ), AFAC( LDAFAC, * )
* ..
-*
+*
*
*> \par Purpose:
* =============
@@ -94,10 +94,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
*