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/spstrf.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/spstrf.f')
-rw-r--r-- | SRC/spstrf.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/spstrf.f b/SRC/spstrf.f index cb217dab..9e7509fe 100644 --- a/SRC/spstrf.f +++ b/SRC/spstrf.f @@ -68,7 +68,7 @@ * will be used. The algorithm terminates at the (K-1)st step * if the pivot <= TOL. * -* WORK REAL array, dimension (2*N) +* WORK (workspace) REAL array, dimension (2*N) * Work space. * * INFO (output) INTEGER |