aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Langou <julien.langou@ucdenver.edu>2016-12-04 11:18:36 +0100
committerJulien Langou <julien.langou@ucdenver.edu>2016-12-04 11:18:36 +0100
commitf0875b93c4322544212af8d800110a7f7681e3ab (patch)
treeee217164382123650c66d1c5698f4a52922feec4
parent15c3a68b03d58e9da23efe308510124f0f1f9094 (diff)
minor
-rw-r--r--SRC/dgetsls.f4
1 files changed, 2 insertions, 2 deletions
diff --git a/SRC/dgetsls.f b/SRC/dgetsls.f
index 0de07d22..c61938da 100644
--- a/SRC/dgetsls.f
+++ b/SRC/dgetsls.f
@@ -1,8 +1,8 @@
* Definition:
* ===========
*
-* SUBROUTINE DGETSLS( TRANS, M, N, NRHS, A, LDA, B, LDB
-* $ , WORK, LWORK, INFO )
+* SUBROUTINE DGETSLS( TRANS, M, N, NRHS, A, LDA, B, LDB,
+* $ WORK, LWORK, INFO )
*
* .. Scalar Arguments ..
* CHARACTER TRANS