Fix bug0060 :: Bug in dtgsy2, missing IWORK call
authorjulie <julielangou@users.noreply.github.com>
Thu, 24 Jun 2010 18:23:57 +0000 (18:23 +0000)
committerjulie <julielangou@users.noreply.github.com>
Thu, 24 Jun 2010 18:23:57 +0000 (18:23 +0000)
commitd50a7d9e6b94114eef4ed551b2f49db89fb33387
tree6331f740f81b523df72bef60e555730474a4c093
parent82f05f2dd3e11ff479cfba13b5e5f0e80249abb3
Fix bug0060 ::    Bug in dtgsy2, missing IWORK call
bug report and fix sent by Vasile Sima on 24 Feb 2009 to "lapack@cs.utk.edu".

The error is that "IWORK" must appear in the line 640.  (It was included in the 1999 version.)
Note that the statement IE = ( I+1 ) - 1 is strange;  also, in other similar place, IWORK is used like below.
SRC/dtgsy2.f