CGESVDX and ZGESVDX contain double assignment to ALLS and INDS variables
authorJulie <julie@cs.utk.edu>
Thu, 16 Jun 2016 05:07:18 +0000 (22:07 -0700)
committerJulie <julie@cs.utk.edu>
Thu, 16 Jun 2016 05:07:18 +0000 (22:07 -0700)
reported by Eugene Chereshnev on April 4th 2016
See:
http://icl.cs.utk.edu/lapack-forum/posting.php?mode=reply&f=13&t=4942

SRC/cgesvdx.f
SRC/zgesvdx.f

index 693ce76..170f613 100644 (file)
 *
 *     Set singular values indices accord to RANGE='A'.
 *
-      ALLS = LSAME( RANGE, 'A' )
-      INDS = LSAME( RANGE, 'I' )
       IF( ALLS ) THEN
          RNGTGK = 'I'
          ILTGK = 1
index cf7ae4c..3c319a8 100644 (file)
 *
 *     Set singular values indices accord to RANGE='A'.
 *
-      ALLS = LSAME( RANGE, 'A' )
-      INDS = LSAME( RANGE, 'I' )
       IF( ALLS ) THEN
          RNGTGK = 'I'
          ILTGK = 1