aboutsummaryrefslogtreecommitdiff
path: root/TESTING/LIN/clarhs.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/LIN/clarhs.f')
-rw-r--r--TESTING/LIN/clarhs.f16
1 files changed, 8 insertions, 8 deletions
diff --git a/TESTING/LIN/clarhs.f b/TESTING/LIN/clarhs.f
index 4bf27d7b..ea13d2b0 100644
--- a/TESTING/LIN/clarhs.f
+++ b/TESTING/LIN/clarhs.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 CLARHS( PATH, XTYPE, UPLO, TRANS, M, N, KL, KU, NRHS,
* A, LDA, X, LDX, B, LDB, ISEED, INFO )
-*
+*
* .. Scalar Arguments ..
* CHARACTER TRANS, UPLO, XTYPE
* CHARACTER*3 PATH
@@ -20,7 +20,7 @@
* INTEGER ISEED( 4 )
* COMPLEX A( LDA, * ), B( LDB, * ), X( LDX, * )
* ..
-*
+*
*
*> \par Purpose:
* =============
@@ -196,10 +196,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
*