aboutsummaryrefslogtreecommitdiff
path: root/TESTING/LIN/sget02.f
diff options
context:
space:
mode:
Diffstat (limited to 'TESTING/LIN/sget02.f')
-rw-r--r--TESTING/LIN/sget02.f16
1 files changed, 8 insertions, 8 deletions
diff --git a/TESTING/LIN/sget02.f b/TESTING/LIN/sget02.f
index 4e61bc75..dd3c92fd 100644
--- a/TESTING/LIN/sget02.f
+++ b/TESTING/LIN/sget02.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 SGET02( TRANS, M, N, NRHS, A, LDA, X, LDX, B, LDB,
* RWORK, RESID )
-*
+*
* .. Scalar Arguments ..
* CHARACTER TRANS
* INTEGER LDA, LDB, LDX, M, N, NRHS
@@ -20,7 +20,7 @@
* REAL A( LDA, * ), B( LDB, * ), RWORK( * ),
* $ X( LDX, * )
* ..
-*
+*
*
*> \par Purpose:
* =============
@@ -120,10 +120,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 2015
*