diff options
author | julie <julielangou@users.noreply.github.com> | 2012-04-23 21:33:19 +0000 |
---|---|---|
committer | julie <julielangou@users.noreply.github.com> | 2012-04-23 21:33:19 +0000 |
commit | 99af1a44a9e87a4a1b0b11d343835a79a52b0697 (patch) | |
tree | 0e350c4a23f4b6c4c978286b72b4bb6d47ab6713 /SRC/cporfsx.f | |
parent | f5ad5058f76df5d4cfcb67cb76a3902770b71a32 (diff) | |
download | lapack-99af1a44a9e87a4a1b0b11d343835a79a52b0697.tar.gz lapack-99af1a44a9e87a4a1b0b11d343835a79a52b0697.tar.bz2 lapack-99af1a44a9e87a4a1b0b11d343835a79a52b0697.zip |
Fix problems in comments found by Alexander Kobotov
Just taking a quick look on the new release I noticed some minor issues there, which probably caused by a generation script:
- If you explore diff for files (c/z)gbrfsx, cgbsvx, cgbsvxx, cheequb, clanhf, zheequb you could find that number of datatype descriptions in documentation were changed to incorrect one (DOUBLE PRECISION instead of COMPLEX, or COMPLEX*16 instead of just COMPLEX).
+ cunbdb has CMPLX instead of COMPLEX for X12 parameter.
+ zggevx RWORK become REAL instead of correct DOUBLE PRECISION
- Number of files got following string "/ output)", which seems meaningless. Just grep for it.
Diffstat (limited to 'SRC/cporfsx.f')
-rw-r--r-- | SRC/cporfsx.f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SRC/cporfsx.f b/SRC/cporfsx.f index 65e07341..f1d90786 100644 --- a/SRC/cporfsx.f +++ b/SRC/cporfsx.f @@ -304,7 +304,7 @@ *> *> \param[in,out] PARAMS *> \verbatim -*> PARAMS is / output) REAL array, dimension NPARAMS +*> PARAMS is REAL array, dimension NPARAMS *> Specifies algorithm parameters. If an entry is .LT. 0.0, then *> that entry will be filled with default value used for that *> parameter. Only positions up to NPARAMS are accessed; defaults |