diff options
author | julie <julielangou@users.noreply.github.com> | 2010-03-23 19:55:21 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2010-03-23 19:55:21 +0000 |
commit | e1551d9145c09ad3be6f54734ac4ad6ac450439b (patch) | |
tree | 53cfb67d915095651d0f4dbd0ed7a269ce363245 /SRC/zpstrf.f | |
parent | cf50736dada8f015af7b5c7a477a002f33f7633d (diff) | |
download | lapack-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.f | 2 |
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 |