Corrected minor bug submitted by Elena Ivanova, Oracle on March 18th 2014.
authorjulie <julielangou@users.noreply.github.com>
Wed, 19 Mar 2014 01:15:50 +0000 (01:15 +0000)
committerjulie <julielangou@users.noreply.github.com>
Wed, 19 Mar 2014 01:15:50 +0000 (01:15 +0000)
commit5adbeddfd6e22d1752b947e409ba24cb9487ea2a
treed3b6cf2f6a955b3532ac3fab521d43b282615b66
parentb61193219982fab4b55d3128dd56306d61a51afb
Corrected minor bug submitted by Elena Ivanova, Oracle on March 18th 2014.

From Elena:
there is a minor bug in /LIN/dchkql.f:
Array IWORK  (a parameter of this routine) is not used at all.
It would be better to remove IWORK from the list of parameters,
remove its declaration and description in the code of /LIN/dchkql.f:

Note: only dchkql had that IWORK parameter, [c,s,z]chkql don't have it.
TESTING/LIN/dchkaa.f
TESTING/LIN/dchkql.f