Fix problems in comments found by Alexander Kobotov
authorjulie <julielangou@users.noreply.github.com>
Mon, 23 Apr 2012 21:33:19 +0000 (21:33 +0000)
committerjulie <julielangou@users.noreply.github.com>
Mon, 23 Apr 2012 21:33:19 +0000 (21:33 +0000)
commit99af1a44a9e87a4a1b0b11d343835a79a52b0697
tree0e350c4a23f4b6c4c978286b72b4bb6d47ab6713
parentf5ad5058f76df5d4cfcb67cb76a3902770b71a32
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.
40 files changed:
SRC/cgbrfsx.f
SRC/cgbsvxx.f
SRC/cgerfsx.f
SRC/cgesvxx.f
SRC/cheequb.f
SRC/cherfsx.f
SRC/chesvxx.f
SRC/clanhf.f
SRC/cporfsx.f
SRC/cposvxx.f
SRC/csyrfsx.f
SRC/csysvxx.f
SRC/cunbdb.f
SRC/dgbrfsx.f
SRC/dgbsvxx.f
SRC/dgerfsx.f
SRC/dgesvxx.f
SRC/dporfsx.f
SRC/dposvxx.f
SRC/dsyrfsx.f
SRC/dsysvxx.f
SRC/sgbrfsx.f
SRC/sgbsvxx.f
SRC/sgerfsx.f
SRC/sgesvxx.f
SRC/sporfsx.f
SRC/sposvxx.f
SRC/ssyrfsx.f
SRC/ssysvxx.f
SRC/zgbrfsx.f
SRC/zgbsvxx.f
SRC/zgerfsx.f
SRC/zgesvxx.f
SRC/zggevx.f
SRC/zheequb.f
SRC/zhesvxx.f
SRC/zporfsx.f
SRC/zposvxx.f
SRC/zsyrfsx.f
SRC/zsysvxx.f