summaryrefslogtreecommitdiff
path: root/SRC/zpstrf.f
diff options
context:
space:
mode:
authorjulie <julielangou@users.noreply.github.com>2010-03-23 19:55:21 +0000
committerjulie <julielangou@users.noreply.github.com>2010-03-23 19:55:21 +0000
commite1551d9145c09ad3be6f54734ac4ad6ac450439b (patch)
tree53cfb67d915095651d0f4dbd0ed7a269ce363245 /SRC/zpstrf.f
parentcf50736dada8f015af7b5c7a477a002f33f7633d (diff)
downloadlapack-e1551d9145c09ad3be6f54734ac4ad6ac450439b.tar.gz
lapack-e1551d9145c09ad3be6f54734ac4ad6ac450439b.tar.bz2
lapack-e1551d9145c09ad3be6f54734ac4ad6ac450439b.zip
Fix comments to generate wrapper correctly
Diffstat (limited to 'SRC/zpstrf.f')
-rw-r--r--SRC/zpstrf.f2
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/zpstrf.f b/SRC/zpstrf.f
index 3e09d843..cda1874c 100644
--- a/SRC/zpstrf.f
+++ b/SRC/zpstrf.f
@@ -72,7 +72,7 @@
* will be used. The algorithm terminates at the (K-1)st step
* if the pivot <= TOL.
*
-* WORK DOUBLE PRECISION array, dimension (2*N)
+* WORK (workspace) DOUBLE PRECISION array, dimension (2*N)
* Work space.
*
* INFO (output) INTEGER