summaryrefslogtreecommitdiff
path: root/SRC/dsgesv.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2009-09-11 20:28:33 +0000
committerjulie <julielangou@users.noreply.github.com>2009-09-11 20:28:33 +0000
commit783ef3de55268825f629afbd43f971ba81ed46c5 (patch)
treef91b9ecc4c7c29c755d3aa80e676fdfac12f159e /SRC/dsgesv.f
parent708ac3e2f4d1a007bc9095e955e0a7bea77d9f50 (diff)
downloadlapack-783ef3de55268825f629afbd43f971ba81ed46c5.tar.gz
lapack-783ef3de55268825f629afbd43f971ba81ed46c5.tar.bz2
lapack-783ef3de55268825f629afbd43f971ba81ed46c5.zip
Fix whitespace comments detected from parser
Diffstat (limited to 'SRC/dsgesv.f')
-rw-r--r--SRC/dsgesv.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/dsgesv.f b/SRC/dsgesv.f
index 4b50f7e6..3ff3be78 100644
--- a/SRC/dsgesv.f
+++ b/SRC/dsgesv.f
@@ -94,7 +94,7 @@
* LDX (input) INTEGER
* The leading dimension of the array X. LDX >= max(1,N).
*
-* WORK (workspace) DOUBLE PRECISION array, dimension (N*NRHS)
+* WORK (workspace) DOUBLE PRECISION array, dimension (N,NRHS)
* This array is used to hold the residual vectors.
*
* SWORK (workspace) REAL array, dimension (N*(N+NRHS))